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 62699

Summary: JUnit Test Results window does not have KB focus when displayed
Product: java Reporter: Jesse Glick <jglick>
Component: JUnitAssignee: Marian Petras <mpetras>
Status: RESOLVED FIXED    
Severity: blocker CC: mkrauskopf
Priority: P3 Keywords: FOCUS
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2005-08-19 20:35:46 UTC
I'm not sure what you are doing wrong at the code level (maybe not using
requestFocusInWindow correctly from TopComponent?), but whenever the JUnit
Results window is shown when an Ant session w/ unit tests has run, it has no KB
focus, even though it is painted as selected. For example, Ctrl-Backspace does
not work to make it a sliding window. If you click inside the window with the
mouse, then it works.
Comment 1 Marian Petras 2005-09-15 16:03:36 UTC
Confirmed, accepted.
Comment 2 Marian Petras 2005-10-19 16:30:00 UTC
*** Issue 67054 has been marked as a duplicate of this issue. ***
Comment 3 Marian Petras 2005-11-16 14:47:04 UTC
This was fixed together with bug #64305 ("Not able to hide JUnit window with
keyboard").