JDK-6571596 : AWT component loses focus on Mozilla/Firefox when there is tab switch or browser minimize/maximize
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u1
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2007-06-20
  • Updated: 2014-11-06
  • Resolved: 2014-10-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8u40Resolved
Related Reports
Duplicate :  
Description
Load an applet on mozilla/firefox. The applet has certain awt components into it like button, textbox. Click on  any of teh component to get the focus in that particulat component.
 
Click on the other tab of the same browser (where there is a different page is loaded). Again come back to the same tab where our applet is loaded. You can see the focus is not on that component where it was before (brought by mouse click). The same is observed when the browser is minimized to the task bar and maximized back. 

In IE browser, the focus in this particular scenario works as expected. The focus still remains on the same component after the tab switch or minimize/maximize of browser.