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 37756 - Closing last output tab when Output Window is maximized causes repaint problems
Summary: Closing last output tab when Output Window is maximized causes repaint problems
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-04 19:37 UTC by Jesse Glick
Modified: 2008-12-22 17:48 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 Jesse Glick 2003-12-04 19:37:22 UTC
Current dev sources, Metal L&F.

Make sure the O.W. has one tab in it. Maximize the
window. Discard the output. A gray box is left on
screen where the popup menu to discard the output
was shown; and if you switch away from and back to
the IDE, the whole main window between the bottom
of the toolbars and the top of the status bar is
blank grey.

If you unmaximize (e.g. S-ESC) then everything is
fine again.
Comment 1 Peter Zavadsky 2003-12-05 10:00:41 UTC
Yes, I experience it too. Just there has to be two tabs when
maximized. The problem is the output component is remnoved from the
GUI hierarchy(!)  when removing its inside tab (when there is only one
inside component it is not shown in tab)..  I will investigate it.
Comment 2 Peter Zavadsky 2003-12-05 13:14:58 UTC
Fixed in [trunk]

core/windows/../view/SplitView.java 1.3
Comment 3 Marian Mirilovic 2004-03-18 10:07:27 UTC
verified in NB 3.6 RC1