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: 6703056
Votes 0
Synopsis Closing icon is not shown when the dragged applet is brought foreground from background
Category java_plugin:plugin2
Reported Against
Release Fixed 6u10(b26)
State 11-Closed, Verified, bug
Priority: 2-High
Related Bugs
Submit Date 15-MAY-2008
Description
The closing icon for the applet is not visible, when it is opened from the desktop shortcut and moved to backgound of other application window and brought back to the foreground.

Steps to reproduce :
1) Load following applet inside the browser
http://nicole1.sfbay.sun.com:8080/plugin_tests/JNLPSupport/AppletCommunication/html/TalkinApplet.html
2) Drag applet out of the browser and close the browser (to drag applet, use ALT + left click)
3) There should be pop-up to create a shortcut. Click "OK" and make sure that shortcut is getting created 
4) Launch the same applet from desktop shortcut.
5) Open another application say Windows explorer
6) Now click on the applet application on the taskbar

The applet comes to the foreground but there is no closing icon on the top-right corner
(see attachment)
The bug is reproduced if the behaviour is same as mentioned in the steps above.

The closing icon comes back if the applet is dragged after bringing it to the foreground.
Posted Date : 2008-05-15 16:34:01.0
Work Around
N/A
Evaluation
The WindowListener installed by the DragHelper for bringing the close
button to the foreground needs to be installed when the applet is
restarted from the shortcut. Refactored associated code. Also
refactored code for setting the window title for the dragged applet.
Posted Date : 2008-05-19 01:10:33.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang