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 11828 - [MDI] Inner-desktop does not redraw itself
Summary: [MDI] Inner-desktop does not redraw itself
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
: 11932 12182 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-04-28 08:32 UTC by _ gtzabari
Modified: 2008-12-22 09:49 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 _ gtzabari 2001-04-28 08:32:09 UTC
dev build 176
IBM JDK 1.3

build 171 did not exibit this problem

1) Open any window
2) Click on close icon
3) Window will remain painted on the inner-desktop with the close button 
depressed even though the window has been closed. This is very misleading 
:)
Comment 1 Jesse Glick 2001-04-30 11:46:46 UTC
I have observed the same in dev builds using Sun JDK 1.3 on Linux. It is just a
repaint problem--after switching to a different virtual desktop and back again,
the MDI window repaints correctly.
Comment 2 Jan Chalupa 2001-05-05 20:33:59 UTC
Target milestone -> 3.3
Comment 3 mslama 2001-05-15 14:40:52 UTC
*** Issue 11932 has been marked as a duplicate of this issue. ***
Comment 4 Jan Zajicek 2001-05-16 12:11:48 UTC
*** Issue 12182 has been marked as a duplicate of this issue. ***
Comment 5 Neal Sanche 2001-05-23 04:20:19 UTC
I have observed this kind of behaviour when JInternalFrame.dispose() is used 
instead of using JInternalFrame.setClosed(true). I think it's a general JDK 
bug with JDesktopPane but the above workaround seems to work. Just a 
suggestion.
Comment 6 Jan Zajicek 2001-06-07 09:16:19 UTC
increasing priority to P2
Comment 7 David Simonek 2001-06-11 12:44:30 UTC
Fixed.
Additional repaint was needed after remove of JInternalFrame from JDesktopPane.
Comment 8 _ gtzabari 2001-06-12 16:20:32 UTC
dev Build 207,
Sun JDK 1.3.0.1

I push F6 to compile/run the program. I am transferred to the RUNNING desktop 
where one of the panels is a list of the running processes. Closing that window 
shows the exact same redraw problem I reported. The problem might be specific 
to the RUNNING desktop as I don't recall getting it anymore in the EDITING 
desktop.
Comment 9 Jan Zajicek 2001-06-13 10:41:02 UTC
Wasn't integrated in the build #207, check status of
org.netbeans.core.windows.frames.DesktopPane revision 1.12 the first build where
it is integrated is 208.
Comment 10 Jan Zajicek 2001-06-13 10:44:50 UTC
verified in dev #209
Comment 11 Quality Engineering 2003-07-01 16:37:04 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 12 Stanislav Aubrecht 2007-08-09 11:37:30 UTC
*** Issue 112014 has been marked as a duplicate of this issue. ***