After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 633217 - Fix selection with bulleted list and end key
Fix selection with bulleted list and end key
Status: RESOLVED FIXED
Product: gnote
Classification: Applications
Component: main
git master
Other Linux
: Normal normal
: ---
Assigned To: gnote-maint
gnote-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-26 20:04 UTC by Aurimas Černius
Modified: 2010-11-01 17:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix the bug. (788 bytes, patch)
2010-10-26 20:04 UTC, Aurimas Černius
needs-work Details | Review
Use old constant. (772 bytes, patch)
2010-10-28 19:39 UTC, Aurimas Černius
accepted-commit_now Details | Review

Description Aurimas Černius 2010-10-26 20:04:33 UTC
Created attachment 173285 [details] [review]
Patch to fix the bug.

Steps to reproduce:

1. Create a bulleted list of few lines
2. Place cursor at the beginning of one line
3. Press and hold shift
4. Press down, keep holding shift
5. Press end
Result: selection starts at the end of first line, end at beginning of second
Should be: two lines selected.
Comment 1 Aurimas Černius 2010-10-26 20:06:39 UTC
I made this bug to depend on Bug 633215. I think there is no point to fix using deprecated symbols.
Comment 2 Hubert Figuiere (:hub) 2010-10-28 06:23:40 UTC
see my comment on bug 633215
Comment 3 Aurimas Černius 2010-10-28 19:39:45 UTC
Created attachment 173428 [details] [review]
Use old constant.

Changed to new constant and removed dependency on 633215.
Comment 4 Hubert Figuiere (:hub) 2010-10-30 20:48:38 UTC
Comment on attachment 173428 [details] [review]
Use old constant.

please commit
Comment 5 Aurimas Černius 2010-11-01 17:30:19 UTC
This problem has been fixed in the development version.