Closed
Bug 233147
Opened 21 years ago
Closed 21 years ago
When clicking the Change button on this age Java Script reports a "is not a function" error (works fine on PC version of Mozlla/Firebird/IE)
Categories
(Core Graveyard :: Java: Live Connect, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 232652
People
(Reporter: david, Unassigned)
References
()
Details
User-Agent:
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040113
The Change button makes a call to a method (setEquation) in Java applet (in
HotEqn.jar). On a PC using Mozilla (or Firebird 0.6.1, or IE 6) the call works
as intended and the information dispayed in the applet changes. Under Mac OS X
the JavaScript Console reports "Error: document.question.setEquation is not a
function" (on Firebird 0.7 on Mac OS X also reports the same problem).
Reproducible: Always
Steps to Reproduce:
1. Go to http://mathsnetgcse/index.php?mode=item&ref=694
2. Click the Change button
3. Look at report in the JavaScript Console
Actual Results:
JavaScript console reported "Error: document.question.setEquation is not a function"
Expected Results:
Called the applet setEquation method
Reporter | ||
Comment 1•21 years ago
|
||
Sorry, incorrect web site given above. Use:
http://www.mathsnet-gcse.com/index.php?mode=item&ref=694
instead.
Reporter | ||
Updated•21 years ago
|
![]() |
||
Comment 2•21 years ago
|
||
This is because the JRE Apple ships with OSX does not implement LiveConnect at
all....
*** This bug has been marked as a duplicate of 232652 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•