openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #04023
[Bug 604631] [NEW] Heavyweight popups cause SecurityExceptions in applets
Public bug reported:
When a sandboxed applet opens a popup menu, a security exception is
thrown for the "setAlwaysonTop" call in the HeavyWeightWindow inner-
class of javax.swing.Popup.
This bug was fixed by Sun since 6u10 (see
http://bugs.sun.com/view_bug.do?bug_id=6675802) with a try/catch block
ignoring the securityexception but is stil present in the openjdk on
Ubuntu 10.04, preventing the popup menu to show.
** Affects: openjdk-6 (Ubuntu)
Importance: Undecided
Status: New
--
Heavyweight popups cause SecurityExceptions in applets
https://bugs.launchpad.net/bugs/604631
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openjdk-6” package in Ubuntu: New
Bug description:
When a sandboxed applet opens a popup menu, a security exception is thrown for the "setAlwaysonTop" call in the HeavyWeightWindow inner-class of javax.swing.Popup.
This bug was fixed by Sun since 6u10 (see http://bugs.sun.com/view_bug.do?bug_id=6675802) with a try/catch block ignoring the securityexception but is stil present in the openjdk on Ubuntu 10.04, preventing the popup menu to show.
Follow ups
References