JDK-6359084 : Java 1.5 Plugin Regression - window does not respond to the shutdown event
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 5.0u1
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2005-12-05
  • Updated: 2010-04-04
  • Resolved: 2006-01-04
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.0u7Fixed 6 b66Fixed
Description
Regression between Java 1.5.0 FCS and Java 1.5.0_01

Browser help window does not respond to the shutdown event.

Comments
EVALUATION We implemented our own CAxControl::OnDispatchMsg() for native modal window in 1.5.0_01 instead of using the underline window message handler. Our implementation loops and waits to handle only events from the current thread. This causes events from other native window triggered by the modal dialog but not in the same thread to not being able to get handled. This problem is applicable to 1.5.0 latest patch as well as 6.0 latest build. Solution is found. Will seek approval to get it in to 1.5.0_07 b1 as well as 6.0 B66.
08-12-2005