JDK-6404972 : IE Window and Dialogue are displayed in different order from the order of button click.
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 5.0u6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-03-28
  • Updated: 2012-01-11
  • Resolved: 2009-01-21
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.
Other JDK 6 JDK 7
5.0u12Resolved 6u10Resolved 7Resolved
Related Reports
Duplicate :  
Description
The attached applet program shows 2 buttons and textfield.
One button invokes a new IE window and another does a dialogue.
We can specify sleep time until new widnows shows up in textfield.

PROBLEM :
1. Order of IE window and Diaologue
 When we click "new Window" button and then "call dialog" button,
 IE window is displayed at top of view(foreground) and the dialogue
 is done at the bottom.
 However, considering to the order to click the buttons,
 we think the dialogue should be displayed on(over) IE window.

HOW TO REPRODUCE :
  1) specify appropriate value of sleep time in the textfield.(100 - 300[ms])
  2) click "new Window" button and then "call dialog" button
  3) you can see the above mentioned PROBLEM 1. 

CONFIGURATION :
  JRE : 5.0u6
  OS  : WindowsXP (Japanese, SP1)
  MPU : Pentium IV 1.4[GHz]
  MEM : 384[MB]