Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6706141
Votes 0
Synopsis Not able close the browser after Dragging an Applet out side and pops up ApplicationModal Dialog.
Category java_plugin:plugin2
Reported Against
Release Fixed 6u10(b26)
State 11-Closed, Verified, bug
Priority: 3-Medium
Related Bugs 6706179 , 6706286
Submit Date 22-MAY-2008
Description
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.
Posted Date : 2008-05-22 13:25:47.0

Behaviour is same for all type of modal dialogs - NativePrintDialog, JFileChooser, FileDialog etc.
Posted Date : 2008-05-22 17:54:58.0
Work Around
N/A
Evaluation
Refer to the comment section for an initial evaluation.
Posted Date : 2008-05-22 18:43:09.0

Changed the modal dialog handling code to skip blocking the browser if
the applet has been dragged out of the browser at all, not just if the
applet has been fully disconnected from the browser (which was already
the case).
Posted Date : 2008-05-22 21:44:29.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang