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

Summary: "Select Color" modal dialog pops up without focus
Product: editor Reporter: unai
Component: OptionsAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED FIXED    
Severity: normal Keywords: UI
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

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