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 611280 - erroneous selection handling below separator items
erroneous selection handling below separator items
Status: RESOLVED FIXED
Product: alacarte
Classification: Applications
Component: general
0.12.x
Other Linux
: Normal minor
: 2.32
Assigned To: Alacarte Maintainer(s)
Alacarte Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2010-02-27 12:43 UTC by Josselin Mouette
Modified: 2011-08-22 19:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch by Lars Kruse to fix selection when moving down an item after a separator (521 bytes, patch)
2010-02-27 12:43 UTC, Josselin Mouette
none Details | Review
Fix erroneous selection handling below separator items (865 bytes, patch)
2011-08-22 19:01 UTC, Olav Vitters
committed Details | Review
Don't crash when a desktop has a / in the name (962 bytes, patch)
2011-08-22 19:01 UTC, Olav Vitters
committed Details | Review

Description Josselin Mouette 2010-02-27 12:43:03 UTC
Created attachment 154828 [details] [review]
Patch by Lars Kruse to fix selection when moving down an item after a separator

Original report: http://bugs.debian.org/562013 by Lars Kruse

the selection marker on the right pane of alacarte acts weirdly, if there is a
separator item above.

How to reproduce:
1) add a separator
2) select the next item below
3) click on the "move down" button on the right side

The selected item moves as expected. But afterwards the previous item is
selected (instead of the moved one).
This does not happen in lists without a separator item.
Comment 1 Olav Vitters 2011-08-22 19:01:36 UTC
The following fixes have been pushed:
7c6a18c Fix erroneous selection handling below separator items
Comment 2 Olav Vitters 2011-08-22 19:01:40 UTC
Created attachment 194412 [details] [review]
Fix erroneous selection handling below separator items
Comment 3 Olav Vitters 2011-08-22 19:01:46 UTC
Created attachment 194413 [details] [review]
Don't crash when a desktop has a / in the name

Reported by Andreas Moog

https://bugzilla.gnome.org/show_bug.cgi?id=576531