Bug 77129 - [KeyBindings] Esc doesn't close dialogs
Summary: [KeyBindings] Esc doesn't close dialogs
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P1 major (vote)
Target Milestone: 3.1 M3   Edit
Assignee: Douglas Pollock CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2004-10-27 11:55 EDT by Silvio Böhler CLA
Modified: 2004-11-03 13:01 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Silvio Böhler CLA 2004-10-27 11:55:26 EDT
Build id: 200410260800

Esc currently doesn't close any pop-up anymore (e.g. the 'Open Type' dialog).

Steps:
- Enable Emacs Bindings
- Open 'Open Type' or another modal dialog
- Hit Esc
- Observe: The dialog doesn't close
- Observe: The status bar indicates that Esc has been pressed
Comment 1 Douglas Pollock CLA 2004-10-27 12:21:27 EDT
This applies to more than just the Emacs key binding set.  It includes the 
default key binding set on GTK+. 
Comment 2 Douglas Pollock CLA 2004-10-28 16:09:14 EDT
This was caused by some of my tinkering with the sensitive bits of event 
ordering through the key binding mechanism.  I'd changed the key filter to 
process "Esc" after traversal events. 
 
As it turns out, this is just bogus.  See Bug 64598. 
Comment 3 Douglas Pollock CLA 2004-11-03 13:01:37 EST
Verified in I200411022000, Motif, Solaris.