This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 44394 - Escape to cancel popup search in an Explorer tab also slides a sliding window out
Summary: Escape to cancel popup search in an Explorer tab also slides a sliding window...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: A11Y
: 46879 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-07 01:38 UTC by Jesse Glick
Modified: 2008-12-22 16:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-06-07 01:38:31 UTC
040606 and earlier. If you have an Explorer tab
open as a sliding window, and start typing some
letters to search for a node by name, then press
Escape, it halts the search - and also slides the
window out. Annoying. Whatever in the winsys
listens to the Escape key needs to check whether
the event is consumed, I guess.
Comment 1 David Simonek 2004-06-16 12:55:59 UTC
I think explorer is guilty, passign to it. I can't test if event is
consumed (isConsumed is protected) and moreover if event would have
been consumed, it wouldn't even came to my action listener.
Try to trigger tooltip or popup over FS node in explorer and then
press ESC key - slide out is not performed, because event is correctly
consumed before.
Comment 2 Jesse Glick 2004-08-06 16:54:52 UTC
*** Issue 46879 has been marked as a duplicate of this issue. ***
Comment 3 Petr Nejedly 2005-10-20 16:28:17 UTC
openide/explorer/src/org/openide/explorer/view/TreeView.java,v1.5
Comment 4 Jesse Glick 2005-10-27 21:08:53 UTC
You forgot ListView (visible in Ant navigator window):

committed     Up-To-Date  1.6        
openide/explorer/src/org/openide/explorer/view/ListView.java
Comment 5 Petr Nejedly 2005-10-31 16:02:51 UTC
Oh, thanks...