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 239850 - Find in Output window - cannot close Find dialog with Esc
Summary: Find in Output window - cannot close Find dialog with Esc
Status: RESOLVED DUPLICATE of bug 239241
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-29 09:24 UTC by ionuion
Modified: 2014-01-10 08:52 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 ionuion 2013-12-29 09:24:33 UTC
Environment:
Product Version: NetBeans IDE Dev (Build 201312260002)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b61
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b119
System: Mac OS X version 10.9.1 running on x86_64; UTF-8; en_US (nb)


Steps to reproduce:
1. Move focus to the Output window (Cmd-4 on Mac)
2. Open Find dialog (Cmd-F on Mac)
3. Change your mind and press Esc to close the Find dialog.

Expected result:
The Find dialog window is closed (closing dialogs on Esc seems to be the pattern across NetBeans)

Actual results:
The Find dialog doesn't close on Esc (need to use the mouse to close it)
Comment 1 Jaroslav Havlin 2014-01-06 12:53:35 UTC
It works fine on Windows and JDK 1.8.0-ea-b108, I'll check it on Mac later.
Thank you for reporting.
Comment 2 Jaroslav Havlin 2014-01-10 08:52:45 UTC
Reproduced (Mac, JDK8).
The Find dialog contains a JComboBox component. The same problem as bug 239241.
Thank you for reporting.

*** This bug has been marked as a duplicate of bug 239241 ***