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 93351 - Maximize doesn't work anymore
Summary: Maximize doesn't work anymore
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P2 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-01-26 21:52 UTC by Torbjorn Norbye
Modified: 2008-12-22 11:36 UTC (History)
2 users (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 Torbjorn Norbye 2007-01-26 21:52:52 UTC
One of my favorite keyboard shortcuts is Shift-Escape. It maximizes the current
window. I use it a lot to get a full view of the source editor.

Recently this no longer works; the Output window stays visible. Double clicking
on the tab window doesn't work either.

This is on OSX using a trunk build current as of Jan 26 2007.
Comment 1 David Simonek 2007-01-31 12:16:58 UTC
Passing to Standa. Tor, I can't reproduce either on Linux or Win. Is this Mac
specific? When approximately did it stop to work? Are there any steps to make it
functional again or the action is just dead? Thanks for answers.
Comment 2 Milos Kleint 2007-01-31 12:31:03 UTC
I don't use this feature at all, but trying a few times worked fine for me on
macosx.
Comment 3 Torbjorn Norbye 2007-02-01 22:06:22 UTC
I think I have narrowed this down. 

It only occurs during debugging. When you debug and try to maximize your source
editor window, it leaves the other debugging windows (stack etc.) up.

(Yes, this is on OSX).
Comment 4 Stanislav Aubrecht 2007-02-02 08:00:28 UTC
that's actually the correct behavior according to ui specification - the
debugging windows stay docked when the editor is maximized.
you can maximize the editor, slide these windows out and next time you maximize
the editor they will be slided out automatically as well.