JDK-2180069 : showDocument calls result in the new browser window opening behind the current top window.
  • Type: Backport
  • Backport of: JDK-6783619
  • Component: deploy
  • Sub-Component: plugin
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2009-07-14
  • Updated: 2010-05-25
  • Resolved: 2009-11-18
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 6
6u17-rev b07Fixed
Comments
SUGGESTED FIX See changes in: deploy/src/plugin/win32/plugin2/jp2iexp/AxControl.cpp depoloy/src/plugin/share/classes/sun/plugin2/main/server/IExplorerPlugin.java webrev: http://jpsesvr.sfbay.sun.com:8080/ctetools/CodeStore/3054/webrev/src/plugin/win32/plugin2/jp2iexp/AxControl.cpp.cdiff.html http://jpsesvr.sfbay.sun.com:8080/ctetools/CodeStore/3054/webrev/src/plugin/share/classes/sun/plugin2/main/server/IExplorerPlugin.java.cdiff.html
23-07-2009

EVALUATION We need to set focus on the browser window (setting focus on the control window works too) prior to opening a new browser window for displaying a web page. The setting focus on the browser window has an effect of ungrabbing the focus from the applet so that the new browser window can be displayed on top of the existing browser window.
23-07-2009