JDK-5077565 : Java Script event handlers issue.
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.4.2,1.4.2_04,1.4.2_05,5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,windows_2000,windows_xp
  • CPU: generic,x86
  • Submitted: 2004-07-23
  • Updated: 2004-11-04
  • Resolved: 2004-10-12
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
1.4.2_07Fixed 6Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
When using Sun Java Plugin 1.4.2_05 with Internet Explorer 5.5 or 6.0,
javascript even handlers become asynchronous.  When an applet call is made
during the execution of a Javascript event handler, another event handler
fires interrupting the original event handler.

According to the bug 4838960, this issue has been addressed in Java Plugin
1.4.2_04.  But we still see the same issues with plugin 1.4.2_04,1.4.2_05 though
less frequently than before. 

For simulating the problem, see the comments part.
###@###.### 2004-07-23
###@###.### 2004-07-26

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.4.2_07 1.5.0_01 mustang FIXED IN: 1.5.0_01 mustang
30-09-2004

EVALUATION It appears that fix for #4838960 doesn't cover all the cases ###@###.### 2004-07-23 We could solve the event handlers issue by not dispatching messages during JS->Java call. This however will introduce problems when modal dialogs are shown in JS->Java call. We found that the later problem could be avoided by dispatching the messages only during the modal dialog is shown. ###@###.### 2004-09-24 This bug was fixed in 1.5.0_01, 1.4.2_07, and Mustang. ###@###.### 11/4/04 18:51 GMT ###@###.### 11/4/04 19:11 GMT
24-09-2004

WORK AROUND There is no known work around. ###@###.### 2004-07-23
23-07-2004