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 12373 - View | Output Window should not select Output tab specifically
Summary: View | Output Window should not select Output tab specifically
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: akemr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-23 16:29 UTC by Jesse Glick
Modified: 2008-12-23 09:38 UTC (History)
3 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 Jesse Glick 2001-05-23 16:29:25 UTC
[3.2] View | Output Window always selects (maybe even opens) the
"Output" tab in the Output Window. I would expect and want it to be
consistent with e.g. View | Source Editor, i.e. just give focus to the
currently topmost tab in the Output Window, or if the Output Window is
not showing, open the Output tab and give focus to it.
Comment 1 Jiri Rechtacek 2001-11-13 10:08:20 UTC
[Nov 13 dev] View | Output window displays w/o Output tab. It was
fixed with another issue.
Comment 2 Jesse Glick 2001-11-13 11:01:56 UTC
It is not fixed as of [dev nov 13]. I had the OW open but not
selected, with Ant Execution tab showing, and pressed Ctrl-4. It
created the tab Output, briefly focused it, then put focus back on Ant
Execution. Sloppy but OK. After that however, pressing Ctrl-4 would
always front the Output tab, even when Ant Execution had been fronted
before pressing it.
Comment 3 David Simonek 2001-11-14 11:19:38 UTC
Yes Jesse, you're right. Currently is View/Output inconsistent with
View/Editor, but consistent with other items in view menu, which
always select / open their components.
Output mode has similar characteristics like Editor (docked components
typically shows various contents), so their actions in view menu
should be consistent as Jeese wrote.

Ales, can you take care of it? After all, it's output window. Take
inspiration from EditorViewAction to see how it's done. I'll be glad
to review your commit. Thanks.
Comment 4 akemr 2001-11-14 14:10:50 UTC
Fixed in main trunk.
You can look at diff here:
http://www.netbeans.org/source/browse/core/src/org/netbeans/core/actio
ns/OutputWindowAction.java.diff?r1=1.14&r2=1.15
Comment 5 Lukas Hasik 2002-01-09 16:45:52 UTC
(Build 200201090940)

verified
Comment 6 Quality Engineering 2003-07-01 16:24:39 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.