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 198339 - Modal window obscures Help page
Summary: Modal window obscures Help page
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2011-05-05 11:52 UTC by boblang99
Modified: 2011-10-26 14:21 UTC (History)
3 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 boblang99 2011-05-05 11:52:48 UTC
Product Version = NetBeans IDE 6.9 (Build 201011082200)
Operating System = Mac OS X version 10.6.7 running on x86_64
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) 64-Bit Server VM 19.1-b02-334

Select Tools > Java Platforms and the usual modal window pops up.
Now click on Help.  The help window is partially obscured by under modal window.
No amount of mouse manipulation I can find will move the modal window so the Help page can be read. Usually, the Help window complete disappears whatever I try.

I suspect this issue may affect other modal windows on OS X.
Comment 1 Tomas Danek 2011-05-19 14:05:16 UTC
reproducible. Would be good to target for next release. Anyway, in my case, modal window with java platform can be resized, and help window arranged next to it.
Comment 2 Stanislav Aubrecht 2011-10-25 10:04:25 UTC
core-main c3def220d624
Comment 3 Jesse Glick 2011-10-25 13:40:48 UTC
If Toolkit.isModalExclusionTypeSupported(APPLICATION_EXCLUDE) returns true but it does not actually work there is a bug in the Mac JRE; did you file it upstream?
Comment 4 Stanislav Aubrecht 2011-10-25 14:24:40 UTC
(In reply to comment #3)
> If Toolkit.isModalExclusionTypeSupported(APPLICATION_EXCLUDE) returns true but
> it does not actually work there is a bug in the Mac JRE; did you file it
> upstream?

it does work in a plain swing application but it doesn't work in netbeans. have not idea why...
Comment 5 Quality Engineering 2011-10-26 14:21:53 UTC
Integrated into 'main-golden', will be available in build *201110260600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c3def220d624
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #198339 - modal exclusion doesn't seem to work on mac