Closed
Bug 264271
Opened 20 years ago
Closed 20 years ago
Can not call java methods of an applet via javascript - liveconnect
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 232652
People
(Reporter: erikearle, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10 StumbleUpon/1.998
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a5) Gecko/20041013 Firefox/0.9.1+
Example applet works fine in Firefox on Windows XP and on Mac OS X in Safari
loading an applet and calling javascript:
document.getElementById('myApplet').getClass()
OR
document.myApplet.getClass()
...throws an exception.
The page also shows navigator.javaEnabled returns false
Reproducible: Always
Steps to Reproduce:
1. go to http://erikearle.tripod.com/testApplet.html
2. click through alert() that shows navigator.javaEnabled
3. click Test LiveConnect
4. download all source at http://erikearle.tripod.com/testApplet.zip
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 232652 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•20 years ago
|
||
- Mac OS X 10.3 - Firefox's trunk, 0.10_pr, and 0.9.3 This also happens on Redhat 9 in the same Firefox versions
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•