-
Bug
-
Resolution: Fixed
-
P3
-
6u14
-
b01
-
generic
-
windows
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2198762 | 7 | Hao Dong | P3 | Resolved | Fixed | b104 |
Recently with 6u14 there are issues with the dragging of applet out of browse and desktop shortcut creation. Once applet, using JNLP(with shorctuct enabled,) is dragged out of browser desktop shorctut should get created if (for unsigned applets there is going to be a pop-up asking for shorctut creation):
- browser is reloaded/refreshed
- Page switch is done using browser forward or back button
- Browser is closed
BUt ths is not working with some of the applets, instead VM is getting terminated killing the applet dragged out of the browser and VM starts again and applet gets re-started. There is no pop-up for shorctut creation either or for signed applet not shorctut is getting created.
Once bits are cached, for further invocations of same applet inside the browser and behavior of shortcut creation is quite normal i.e. on browser reload applet is getting disconnected properly from the browser and shortcut is also getting created fine.
Steps to reproduce:
1) Install 6u14-b07 or 6u14b08
2) Clean the deployment cache
3) Load the folloing applet inside the IE7 or IE8 browser
http://sqeweb/deployment2/jitu/marinaTests/b-11/FXAppDeployTests/AppDeployDemo.html
4)Press SHIFT+left mouse button to drag applet out of the browser
5) Reload the browser
- If dragged out applet is getting terminated and there is no pop-up for shortcut creation then bug is reproduced
- browser is reloaded/refreshed
- Page switch is done using browser forward or back button
- Browser is closed
BUt ths is not working with some of the applets, instead VM is getting terminated killing the applet dragged out of the browser and VM starts again and applet gets re-started. There is no pop-up for shorctut creation either or for signed applet not shorctut is getting created.
Once bits are cached, for further invocations of same applet inside the browser and behavior of shortcut creation is quite normal i.e. on browser reload applet is getting disconnected properly from the browser and shortcut is also getting created fine.
Steps to reproduce:
1) Install 6u14-b07 or 6u14b08
2) Clean the deployment cache
3) Load the folloing applet inside the IE7 or IE8 browser
http://sqeweb/deployment2/jitu/marinaTests/b-11/FXAppDeployTests/AppDeployDemo.html
4)Press SHIFT+left mouse button to drag applet out of the browser
5) Reload the browser
- If dragged out applet is getting terminated and there is no pop-up for shortcut creation then bug is reproduced
- backported by
-
JDK-2198762 VM terminates and shorctut fails to creates under some scenarios
- Resolved