-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
6u10
-
generic
-
generic
When the applet is dragged out from the browser, the applet component which was focus owner looses its Focus.
Steps to reproduce :
1) Install Java6u10-b25 PIT (version which supports DnD)
2) Load an applet into browser (IE/FF3) which is having few components in it, like testfield, buttons, textarea etc.
(you can load http://sqindia.india/disk17/deployment/subrata/adhoc/testcode/DnD/html/MyFocusEvent.html)
3) On load, TextField is having the Focus, try typing some keys
4) Drag the applet (with ALT+LEFT CLICK), don;t minimize the browser.
Now try typing some keys again, if the characters are not getting printed on the textfield, the bug is reproduced.
Few Observations :
1) The cursor keeps bliking on the text field but the focus is not really with the component.
2) On minimize of the browser, the text field gets focus and now it is possible to type on the testfield.
Steps to reproduce :
1) Install Java6u10-b25 PIT (version which supports DnD)
2) Load an applet into browser (IE/FF3) which is having few components in it, like testfield, buttons, textarea etc.
(you can load http://sqindia.india/disk17/deployment/subrata/adhoc/testcode/DnD/html/MyFocusEvent.html)
3) On load, TextField is having the Focus, try typing some keys
4) Drag the applet (with ALT+LEFT CLICK), don;t minimize the browser.
Now try typing some keys again, if the characters are not getting printed on the textfield, the bug is reproduced.
Few Observations :
1) The cursor keeps bliking on the text field but the focus is not really with the component.
2) On minimize of the browser, the text field gets focus and now it is possible to type on the testfield.
- relates to
-
JDK-6707187 Focus is lost from the applet when it is dragged out and placed back into the browser by closing
-
- Closed
-