JDK-6387788 : Browser will lost focus after Applt show a dialog.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Won't Fix
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-02-20
  • Updated: 2018-05-23
  • Resolved: 2018-05-23
Related Reports
Relates :  
Relates :  
Description
tested build : mustang b72
testd os : windows

Install Mustang b72.
Run a program discretionarily. 
Open IE or Firefox.
Launch http://sceri.prc/~mlei/activex/applet.html on IE or Firefox.
Click button "Activate" and a Dialog will pop up.
Close the Dialog. 
You will find browser can't get focus after dialog is closed and another program is actived.

Comments
No plans to address this.
23-05-2018

EVALUATION possibly a dup of 6386592
21-02-2006

EVALUATION this bug is caused by the default frame. that is , when null is passed to JOptionPane.showMessageDialog(null ...), the default Frame is used. if a non-null frame is passed into that method, this bug doesn't happen. so transfer to awt for further investigation.
21-02-2006