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 183468 - [69cat][editor][search] Search and Replace dialog doesn't vanish on ESC
Summary: [69cat][editor][search] Search and Replace dialog doesn't vanish on ESC
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-05 05:17 UTC by esmithbss
Modified: 2010-09-22 08:09 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 esmithbss 2010-04-05 05:17:48 UTC
Product Version = NetBeans IDE Dev (Build 201004030201)
Operating System = Linux version 2.6.32-19-generic running on i386
Java; VM; Vendor = 1.6.0_19
Runtime = Java HotSpot(TM) Client VM 16.2-b04

When editing, if the user has used the search&replace dialog then moved the mouse to the editor, the dialog remains on the screen and no longer responds to the <ESC> keystroke even though it is the front most window on the screen.

If a dialog is front most on the screen, there are a few keys that should always be handled.  These are, at minimum <ESC> to close it and <F1> to get help for the top-most dialog.
Comment 1 David Strupl 2010-09-22 08:09:28 UTC
When the dialog does not have focus (the editor has it) it does not handle any keystrokes. If you give the dialog the focus it will handle Esc just fine (I have just tried).
 This is as expected and I am closing this report as invalid.