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 156841

Summary: JUnit windows aggressively steals focus
Product: java Reporter: Martin Krauskopf <mkrauskopf>
Component: JUnitAssignee: cms <cms>
Status: RESOLVED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Martin Krauskopf 2009-01-14 20:02:37 UTC
If I run tests, the IDE becomes unusable since JUnit window permanently steals focus (I guess during each update-UI
event). When run of a test suite take several minutes this is quite annoying, since I can't effectively continue on
anything else.
Comment 1 cms 2009-01-15 15:10:02 UTC
Agreed. Looks like it's enough to expose JUnit test results window to the user just two tines: in the beginning of 
tests execution and after the whole task is finished. This would allow user work comfortable with other windows while 
tests are being executed. Behavior changed in this way.

Fixed in trunk.
Comment 2 Quality Engineering 2009-01-16 07:26:22 UTC
Integrated into 'main-golden', will be available in build *200901160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/26d1fd54fd63
User: Michael Chernyshov <cms@netbeans.org>
Log: #156841: JUnit windows aggressively steals focus
Comment 3 cms 2009-01-23 14:01:48 UTC
*** Issue 157360 has been marked as a duplicate of this issue. ***