JDK-6526930 : A general exception occurs when IE browser window is closed.
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 5.0u12
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-02-21
  • Updated: 2010-12-06
  • Resolved: 2007-05-30
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
5.0u12 b02Fixed 6u10Resolved
Related Reports
Relates :  
Description
A general exception dialog appears when a browser window is closed.
An exception is logged in java console and the IE process remains after closing all browser windows.

To reproduce: 

1. Take PrintApplet.zip file from the bug report 6522028
2. Do steps to reproduce 6522028 and close the browser window after the
final reproduction step.

Comments
EVALUATION This isn't reproducible with 6u10 with either the new or the old java plugin.
19-05-2008

EVALUATION The fix for 6474031 was not robust enough to handle the modality pushed and popped calling sequence from AWT such as: modality pushed modality pushed modality popped modality popped The fix for 6474031 assumes that every "pushed" will be followed by a "popped". A fix is to check if browser was disabled before calling disableBrowserWindow(handle); in modalityPushed().
21-03-2007