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 246913 - Cant close dialog with ECS or ⌘ + W
Summary: Cant close dialog with ECS or ⌘ + W
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.0
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-07 22:50 UTC by chamindasl
Modified: 2015-07-14 10:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (320.67 KB, text/plain)
2014-09-07 22:50 UTC, chamindasl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chamindasl 2014-09-07 22:50:41 UTC
Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Mac OS X version 10.9.4 running on x86_64
Java; VM; Vendor = 1.8.0_05
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.5-b02

I want to close dialog windows like (Find / Replace, Open Projects) using keyboard shortcuts, I tried Esc and ⌘ + W. Nigther work.

Thanks
Comment 1 chamindasl 2014-09-07 22:50:52 UTC
Created attachment 149061 [details]
IDE log
Comment 2 Stanislav Aubrecht 2014-10-03 08:31:12 UTC
The problem is editable combo box in Find dialog. When running with Aqua l&f it eats all ESC key events. Probably a JDK bug.

(Open Projects window closes fine with Esc key)

Command + W doesn't work in any modal dialog on Mac.
Comment 3 Antonin Nebuzelsky 2015-07-14 10:29:03 UTC
The issue with combo box consuming ESC is fixed as of 8u20.

https://bugs.openjdk.java.net/browse/JDK-8031485

Closing wontfix on NB side.