Bug 96892 - Native expand all keybinding does not work in trees
Summary: Native expand all keybinding does not work in trees
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Bogdan Gheorghe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-26 18:10 EDT by Billy Biggs CLA
Modified: 2016-08-28 05:18 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Billy Biggs CLA 2005-05-26 18:10:04 EDT
The fix for bug 94210 disables the open all keybinding that occurs using
Shift+Right Arrow or the keypad "*" key on GTK+.  This is due to the following
bug in GtkTreeView:

   http://bugzilla.gnome.org/show_bug.cgi?id=305582

We can probably work around it in SWT by detecting the open all case and
manually sending Expand events and expanding individual nodes.
Comment 1 Billy Biggs CLA 2005-05-26 18:10:31 EDT
Note that this was already broken in 3.0 due to a fix for another bug in
GtkTreeView, so this is not a regression.
Comment 2 Eric Williams CLA 2016-08-03 16:50:32 EDT
I cannot reproduce this bug. Please re-open if the issue persists.