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 551375 - Non-destructive range selection for tree view
Non-destructive range selection for tree view
Status: RESOLVED DUPLICATE of bug 75484
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.13.x
Other All
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks: 410497
 
 
Reported: 2008-09-08 13:45 UTC by Christian Neumair
Modified: 2008-10-13 14:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Neumair 2008-09-08 13:45:03 UTC
GtkTreeView should offer a range selection that does not unselect the rest of the selection, when both ctrl and alt are pressed. This is required by Nautilus for consistency with the icon view, which now has that feature.

Alternatively, GtkTreeSelection could expose the GTK_TREE_SELECT_MODE_EXTEND selection mode which is used for range selection.
Comment 1 Sam Stenvall 2008-09-08 14:14:29 UTC
[quote]when both ctrl and alt are pressed[/quote]

I think you mean "when both ctrl and shift are pressed".
Comment 2 Christian Neumair 2008-09-08 14:26:43 UTC
> I think you mean "when both ctrl and shift are pressed".

Yes, thanks.
Comment 3 Matthias Clasen 2008-10-13 14:37:30 UTC

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