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 194846 - Minimized output window does not "auto-minimize" any more.
Summary: Minimized output window does not "auto-minimize" any more.
Status: RESOLVED DUPLICATE of bug 159356
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-29 15:44 UTC by tkellerer
Modified: 2011-02-04 15:33 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 tkellerer 2011-01-29 15:44:49 UTC
I'm usually "minimizing" the output window in NetBeans. 

With 6.9 (and all other versions before that) the window will pop up when I start my application and show the output, then when clicking into the editor with the mouse, this will automatically minimize the output window again.

Not so with the current 7.0 dev builds (just tried Build 201101290000)

The Output window will only be minimized when it loses its focus or when explicitely hitting Ctrl-0 (zero)

When the Window never gets the focus (which is the usual case when it's displayed during application run), clicking into the editor will not minimize the output window (which kind of defeats the "minimize" purpose as it overlays the editor).

Currently my workaround is to use Ctrl-0 to active the editor rather than using the mouse. 

From my point of view, this change in behaviour is a bug.
Comment 1 Martin Entlicher 2011-02-04 15:33:18 UTC
The behavior has changed, because the original fix was wrong.
It needs to be fixed in the Window system.

*** This bug has been marked as a duplicate of bug 159356 ***