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 - Widgets disapear/become non-functional after minmize of internal window in MDI
Summary: Widgets disapear/become non-functional after minmize of internal window in MDI
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2003-06-26 15:41 UTC by kbatizy
Modified: 2008-12-23 09:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
This shows the missing widgets when you restore the window (162.27 KB, image/jpeg)
2003-06-26 15:51 UTC, kbatizy
Details
This is after clicking away, then back on the window. The widgets are redrawn, but the middle one does nothing. (163.33 KB, image/jpeg)
2003-06-26 15:52 UTC, kbatizy
Details

Note You need to log in before you can comment on or make changes to this bug.
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