Closed
Bug 13362
Opened 26 years ago
Closed 26 years ago
my.netscape.com calculator doesn't work
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: beard, Assigned: don)
References
()
Details
When clicking in the buttons of the calculator, the entire page reloads, rather
than merely affecting the calculator. This works just fine with Communicator
4.61.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Note that calculator isn't part of my netscape by default - it must be added.
The problem is that the events are handled with AREA elements -
<AREA HREF="" onClick="some_js_function(); return false;">
and event handlers don't currently work on area elements.
Marking duplicate of bug 12154, which I just made a little more general.
*** This bug has been marked as a duplicate of 12154 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
[bugday] verified dupe. Both are <area> tags with javascript, and js event
handlers are not hooked up.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•