Bug 106165 - FilteredTextTree's drop-down steals keyboard focus
Summary: FilteredTextTree's drop-down steals keyboard focus
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Michael Van Meekeren CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2005-08-05 11:06 EDT by Douglas Pollock CLA
Modified: 2006-01-03 14:52 EST (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 Douglas Pollock CLA 2005-08-05 11:06:04 EDT
HEAD, GTK+ 2.6.7, KDE 3.4.1, X.org 6.8.2, Linux 2.6.12  
  
When I type some characters in the preference page filter, a drop-down menu (I  
believe this is a shell?) appears.  I'm not sure how this menu/shell is being  
defined, but it is causing problems on Linux.  Keyboard focus disappears when  
the shell is visible, and the main workbench window deactivates.  This means  
that none of the following keys work: Tab, Esc, arrow keys, or any ASCII  
characters.  This means the shell can't be dismissed by the keyboard, nor can  
the filter be further narrowed.  
  
Moving the preference dialog with the mouse causes the shell/menu to  
disappear.
Comment 1 Kim Horne CLA 2005-08-05 11:19:04 EDT
Tod, can you route this please?
Comment 2 shujie liao CLA 2005-08-05 16:14:04 EDT
It's intentional that moving dialog causes the popup shell unvisible.
Tod and I will try to figure out other problems.
Comment 3 Douglas Pollock CLA 2005-08-08 11:41:54 EDT
I would like to recommend a rollback of Bug 102081 for 3.2 M1.  This problem 
is not trivial to fix, and seems to be quite bad on Linux. 
Comment 4 Michael Van Meekeren CLA 2005-09-09 13:24:42 EDT
Dani, cc'ing you in case you have some general wisdom with
pop-ups/focus/platforms etc..
Comment 5 Dani Megert CLA 2005-09-12 10:06:16 EDT
For the content assistant we wrote our own closer that tracks special keys so
that e.g. the proposal popup can be closed with "Esc" while the keyboard focus
is still in the StyledText widget or that Tab transfers the focus to the
proposal popup.
Comment 6 Karice McIntyre CLA 2006-01-03 14:52:54 EST
With the changes to resolve bug 102081, the drop down combo is no longer used.  So this bug is now invalid.