-
Bug
-
Resolution: Fixed
-
P3
-
6u10
-
b26
-
generic, x86
-
solaris_nevada, windows
-
Verified
Not able close the browser after Dragging an Applet out side and pops up ApplicationModal Dialog.
How to reproduce:
Load applet : http://sqindia.india.sun.com/disk17/deployment/raghu/deployment_mustang_UR_teamware/deployment/src/plugin/Modality/Manual/ModalDialogApplet1DnD.html
Drag this applet outside of browser.
Click on "Application Modal Dialog" which will throw a new Application Modal dialog .( Dialog dialog = WindowUtils.createDialog(null, "Application Modal Dialog",Dialog.ModalityType.APPLICATION_MODAL);)
Try closing the browser.
Expected result :
We should be able to close the browser. As we are able to minimize and maxmize the browser.
Behaviour is same for all type of modal dialogs - NativePrintDialog, JFileChooser, FileDialog etc.
How to reproduce:
Load applet : http://sqindia.india.sun.com/disk17/deployment/raghu/deployment_mustang_UR_teamware/deployment/src/plugin/Modality/Manual/ModalDialogApplet1DnD.html
Drag this applet outside of browser.
Click on "Application Modal Dialog" which will throw a new Application Modal dialog .( Dialog dialog = WindowUtils.createDialog(null, "Application Modal Dialog",Dialog.ModalityType.APPLICATION_MODAL);)
Try closing the browser.
Expected result :
We should be able to close the browser. As we are able to minimize and maxmize the browser.
Behaviour is same for all type of modal dialogs - NativePrintDialog, JFileChooser, FileDialog etc.
- duplicates
-
JDK-6706179 Not able to close the dragged applet after closing the browser.
- Closed
-
JDK-6706286 DefaultModalDialog from Dragged out applet blocks the browser it has come from.
- Closed