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 120005 - Keyboard extension of selection unselects 1 or 2 items
Keyboard extension of selection unselects 1 or 2 items
Status: RESOLVED DUPLICATE of bug 83973
Product: Pan
Classification: Other
Component: general
pre-0.14.1 betas
Other Linux
: Low minor
: ---
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2003-08-16 06:23 UTC by Lucius Chiaraviglio
Modified: 2006-06-18 05:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lucius Chiaraviglio 2003-08-16 06:23:42 UTC
If you have one or more articles selected, and use Shift-Uparrow or 
Shift-Downarrow to try to extend the selection, 1 or 2 articles at the end of 
your selection (if you are using Shift-Uparrow) or at the beginning of your 
selection (if you are using Shift-Downarrow) get unselected. 
 
Example of initial condition: 
 
Article title 
	A 
	B 
	> C < 
	D 
	E 
	F 
 
What should happen if you press Shift-Uparrow twice: 
 
Article title 
	> A < 
	> B < 
	> C < 
	D 
	E 
	F 
 
What actually happens: 
 
Article title 
	> A < 
	> B < 
	C 
	D 
	E 
	F 
What should happen if you press Shift-Downarrow 3 times (from the initial 
condition): 
 
Article title 
	A 
	B 
	> C < 
	> D < 
	> E < 
	> F < 
 
What actually happens (variant in which 2 items get deselected): 
 
Article title 
	A 
	B 
	C 
	D 
	> E < 
	> F <
Comment 1 Christophe Lambin 2003-08-16 08:00:42 UTC

*** This bug has been marked as a duplicate of 83973 ***