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 218713 - "Select Color" modal dialog pops up without focus
Summary: "Select Color" modal dialog pops up without focus
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 7.2
Hardware: PC Windows 7 x64
: P3 normal with 1 vote (vote)
Assignee: Milutin Kristofic
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2012-09-20 20:15 UTC by unai
Modified: 2012-10-25 01:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (79.41 KB, text/plain)
2012-09-20 20:15 UTC, unai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description unai 2012-09-20 20:15:44 UTC
# How to reproduce #

Tools -> Options -> Fonts & Colors -> Syntax

Change either Foreground or Background color with "Custom ..." (by the way, there's an extra space between the word and the dots).

Modal dialog pops-up, but the combo-box drop-down list you just clicked stays open.

For the dialog to catch your first click you have to click twice: the first click is "eaten" to give focus to the dialog (thus closing the dropdown list), the second click performs actual clicking (e.g. switching to the RGB tab).

Product Version = NetBeans IDE 7.2 (Build 201207171143)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_07
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.3-b01
Comment 1 unai 2012-09-20 20:15:53 UTC
Created attachment 124665 [details]
IDE log
Comment 2 Milutin Kristofic 2012-10-24 11:33:36 UTC
Focus fixed in Bug #216013 in 7.3 beta

Custom ... to Custom... fixed in http://hg.netbeans.org/jet-main/rev/8ae74df25ea6
Comment 3 Quality Engineering 2012-10-25 01:34:35 UTC
Integrated into 'main-golden', will be available in build *201210250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8ae74df25ea6
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #218713 - "Select Color" modal dialog pops up without focus