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 - IDE flashes when Frameworks selected in project properties
Summary: IDE flashes when Frameworks selected in project properties
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 14:53 UTC by Jiri Skrivanek
Modified: 2012-11-22 12:20 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 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.