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 34631

Summary: Widgets disapear/become non-functional after minmize of internal window in MDI
Product: platform Reporter: kbatizy <kbatizy>
Component: Window SystemAssignee: Tomas Hurka <thurka>
Status: VERIFIED WONTFIX    
Severity: blocker CC: mslama
Priority: P3 Keywords: JDK_SPECIFIC
Version: 3.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: This shows the missing widgets when you restore the window
This is after clicking away, then back on the window. The widgets are redrawn, but the middle one does nothing.

Description kbatizy 2003-06-26 15:41:48 UTC
When operating in MDI mode, the Widgets for the
internal windows will disappear after minimizing
and restoring. Clicking in another window, then
back causes them to re-draw, but then the middle
widget loses its functionality.

This is with Apple JDK:
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition
(build 1.4.1_01-58.1)
Java HotSpot(TM) Client VM (build 1.4.1_01-21,
mixed mode)
Comment 1 kbatizy 2003-06-26 15:51:43 UTC
Created attachment 10812 [details]
This shows the missing widgets when you restore the window
Comment 2 kbatizy 2003-06-26 15:52:46 UTC
Created attachment 10813 [details]
This is after clicking away, then back on the window. The widgets are redrawn, but the middle one does nothing.
Comment 3 kbatizy 2003-09-09 03:47:39 UTC
This bug still exists in Apple JDK 1.4.1 update 1 release

java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-69.1)
Java HotSpot(TM) Client VM (build 1.4.1_01-24, mixed mode)
Comment 4 kbatizy 2003-10-28 21:01:28 UTC
This bug still exists in Panther:

java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-99)
Java HotSpot(TM) Client VM (build 1.4.1_01-27, mixed mode)
Comment 5 Marian Mirilovic 2003-11-26 12:58:58 UTC
Because Window System v1 will not be supported from now by our team, all old
winsys issues (now "core/window system v1" issues) are going to be closed as
WONTFIX. 

Changes in API which emerged both from UI spec 
and problems with adjusting to the older API are described in the document
http://core.netbeans.org/windowsystem/changes.html.
 It shows also recommends how the client code should be adjusted to the new
window system.

If you think this issue apply also to the new winsys then change the
subcomponent (to "core/window system") and REOPEN it.
Comment 6 Marian Mirilovic 2004-02-27 14:09:26 UTC
issue doesn't apply to new window system - verified