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 222053

Summary: IDE flashes when Frameworks selected in project properties
Product: javaee Reporter: Jiri Skrivanek <jskrivanek>
Component: MavenAssignee: Martin Janicek <mjanicek>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2012-11-13 14:53:23 UTC
IDE flashes when Frameworks category is selected in project properties. It should not steal focus from modal dialog to IDE and then back. Progress bar should be parented to the modal project properties window (if really required).

To reproduce:

- create Maven web project
- open project properties
- go to Frameworks category
- main window is shaded and progress bar flashes
- it happens every time you open Frameworks category

Product Version: NetBeans IDE Dev (Build 201211130001)
Java: 1.7.0_10-ea; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-ea-b15
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Martin Janicek 2012-11-21 15:43:14 UTC
Almost certainly caused by performance changes I have made recently (issue 215047, web-main #3f4982704bbb)
I'll take a look.
Comment 2 Martin Janicek 2012-11-21 16:22:52 UTC
Fixed in: web-main #b7e54dbde99b
I have changed the behavior a little bit. There is no dialog now, it only shows "Loading framework list..." text in the selection box before the list is loaded.
Comment 3 Quality Engineering 2012-11-22 02:43:59 UTC
Integrated into 'main-golden', will be available in build *201211220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b7e54dbde99b
User: Martin Janicek <mjanicek@netbeans.org>
Log: #222053 - IDE flashes when Frameworks selected in project properties
Comment 4 Jiri Skrivanek 2012-11-22 12:20:37 UTC
Thank you, it is much better now.