Issue 580: Java Applet to JavaScript communication is not working.
http://code.google.com/p/chromium/issues/detail?id=580
Comment #27 by jeremy.ruston:
I've tested TiddlyWiki with the latest nightly, and the JavaScript bridge
is still not working correctly.
The code in question is:
if(document.applets["TiddlySaver"]) {
var s=
String(document.applets["TiddlySaver"].loadFile(javaUrlToFilename(filePath),"UTF-8"));
return s;
}
When I alert document.applets["TiddlySaver"], it comes out as an
HTMLAppletElement, and the Java console indicates that the applet is being
loaded and initialised. When I try the code above to invoke a method
exposed by the applet, the error I get is:
Uncaught TypeError: Object #<an HTMLAppletElement> has no method 'loadFile'
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---