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 196454 - Output window doesn't get focus when "run" or "build" after search results window has focus
Summary: Output window doesn't get focus when "run" or "build" after search results wi...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: FOCUS
Depends on:
Blocks:
 
Reported: 2011-03-08 21:18 UTC by tilman
Modified: 2011-09-26 08:14 UTC (History)
1 user (show)

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 tilman 2011-03-08 21:18:18 UTC
Product Version = NetBeans IDE 6.9.1 (Build 201011082200)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) 64-Bit Server VM 19.1-b02

If I do a search, so that the "Search result" window has the focus, then I do either "run" or "clean and build", the output window doesn't get the focus automatically. (It should, IMHO)

What does work is a focus change if one of the output sub-windows has the focus.

This defect is (very loosely) related to "my" #194214, which is also a focus issue.
Comment 1 ceklock 2011-08-22 22:51:17 UTC
NetBeans 7.0.1 has the same issue. 

The output window does not get focus after running a program, so you have to click on the output window to focus and then click on the editor to minimize (when minimize is marked on the window).

On NetBeans 6.8 this was not happening. 


Product Version: NetBeans IDE 7.0.1 (Build 201107282000)
Java: 1.7.0; Java HotSpot(TM) Server VM 21.0-b17
System: Windows XP version 5.1 running on x86; Cp1252; en_BR (nb)
Comment 2 ceklock 2011-09-24 03:48:30 UTC
It seems NetBeans 7.1 Beta does not have this bug.

For me the bug happens in 7.0.1 when the output window is minimized. When it pops-up it is not focused.
Comment 3 Jaroslav Havlin 2011-09-26 08:14:05 UTC
Fixed with bug 202093. It works well now.
Thank you for your comments.