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 - JUnit windows aggressively steals focus
Summary: JUnit windows aggressively steals focus
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: cms
URL:
Keywords: REGRESSION
: 157360 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-14 20:02 UTC by Martin Krauskopf
Modified: 2009-02-19 21:21 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 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. ***