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 36042 - Help window affected by other popup windows
Summary: Help window affected by other popup windows
Status: CLOSED DUPLICATE of bug 29448
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 3.x
Hardware: PC Windows 95/98
: P4 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks: 40668
  Show dependency tree
 
Reported: 2003-09-11 16:03 UTC by twixter
Modified: 2008-12-22 23:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Before I clicked on "Mount Filesystem" the help and IDE windows did not overlap. (211.50 KB, image/png)
2003-09-11 16:19 UTC, twixter
Details
After clicking, the Help window overlaps the IDE. When I killed the popup, the help window disappeared! (153.86 KB, image/png)
2003-09-11 16:24 UTC, twixter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description twixter 2003-09-11 16:03:31 UTC
NetBeans IDE 3.5.1 Build 200307302351
IDE Versioning: IDE/1 spec=3.42.2 
impl=200307302351

Windows 98 SE version 4.10 running on x86

Java 1.4.2 VM 1.4.2-b28

The first step in the "Color Switch" tutorial is 
to resize the help and IDE windows so they do not 
overlap. If I place the help window to the left 
of the IDE, then I click on File->Mount 
Filesystem... the help window will automatically 
resize itself to "get out of the way" of the "New 
Wizard" popup window. When I close the New Wizard 
window, the Help window again resizes, and 
usually overlaps the IDE window. Apparently all 
other popup windows have this effect on the Help 
window as well. If I place the help window to the 
right of the IDE, then invoke another popup and 
close it, the help window will resize its right 
edge beyond the screen, and the help text will 
not be visible.
Comment 1 twixter 2003-09-11 16:19:58 UTC
Created attachment 11595 [details]
Before I clicked on "Mount Filesystem" the help and IDE windows did not overlap.
Comment 2 twixter 2003-09-11 16:24:10 UTC
Created attachment 11596 [details]
After clicking, the Help window overlaps the IDE. When I killed the popup, the help window disappeared!
Comment 3 _ tboudreau 2004-02-17 11:35:04 UTC
This is a problem of the Help window code, which has to re-parent the help component 
into a new child JDialog whenever a modal dialog is opened (or it becomes disabled).  The 
real fix for this requires better window modality support from the JDK (something which 
may be on its way).
Comment 4 _ tboudreau 2004-04-19 14:06:31 UTC
Reassigning to Marek, new owner of output window and help system
Comment 5 _ ttran 2005-01-04 23:44:53 UTC
fixed for jdk 1.5.0_03/_04 and later
Comment 6 mslama 2005-01-07 11:08:37 UTC

*** This issue has been marked as a duplicate of 29448 ***
Comment 7 mslama 2005-01-07 11:12:15 UTC
See issue #29448 for mode details. I will update it when exclude
modality fix becomes available in public release of JDK.
Comment 8 Marian Mirilovic 2005-01-25 08:27:11 UTC
v/c