JDK-6765658 : 6u10 plugin2 java to javascript communication broken (netscape.javascript.JSObject.call)
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2008-10-30
  • Updated: 2010-07-29
  • Resolved: 2008-11-03
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
6u11Resolved
Related Reports
Duplicate :  
Description
java to javascript communication broken in 6u10 next generation plugin plugin2
Streaming data not updated in java applet 
suspecting netscape.javascript.JSObject.call() function to not perform correctly.

Full customer reproduction problem available in the comments section

Tested with the old plugin performs ok.

Comments
EVALUATION tested again with build that has fix to 6738770. It now works. The top * charts are showng streaming data updates.
03-11-2008

EVALUATION I have tested with my own 6u12 build (contains fix to 6738770). The NoSuchFieldException is no longer thrown since we now return an error code telling caller there is no such propert in the applet. However, the applet still does not run well. It is in a loop trying to initialize something (trying to get "streamingID" or something).
31-10-2008