Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8007064 | 7u21 | Mark Howe | P2 | Closed | Fixed | b01 |
Description
The implementation of showSSV3Dialog for the awt toolkit is not an instance of DialogTemplate.
and is not called thru com.sun.deploy.ui.uiFactory.
As a result several common items of functionality are missing:
1.) setVisible is not called on the event dispatch thread.
3.) instances in plugin are not parented to the browser.
4.) interface to show dialogs in the applet area, (though not turned on yet) is missing
5.) beforeDialog and afterDialog are not called.
there may be more. We should move the main call to UIFactory.java, and create an instance of DialogTemplate - we could still leave the bulk of the code in the new Module.
and is not called thru com.sun.deploy.ui.uiFactory.
As a result several common items of functionality are missing:
1.) setVisible is not called on the event dispatch thread.
3.) instances in plugin are not parented to the browser.
4.) interface to show dialogs in the applet area, (though not turned on yet) is missing
5.) beforeDialog and afterDialog are not called.
there may be more. We should move the main call to UIFactory.java, and create an instance of DialogTemplate - we could still leave the bulk of the code in the new Module.
Attachments
Issue Links
- backported by
-
JDK-8007064 new SSV3 dialog AWT implementation needs to be moved into instance of DialogTemplate
- Closed
- duplicates
-
JDK-8006605 7u10 Sandbox App Security Warning Dialogs need to be always on top
- Closed