Closed
Bug 112416
Opened 24 years ago
Closed 24 years ago
onmouseover displays java script instead of text
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: marc.pawlowsky, Assigned: jst)
Details
<a href="javascript:blah('')" onMouseOver="window.status='over'; return true;"
onMouseOut="window.status=''; return true;"><img alt="altext" width="20"
height="20" border="0" src="new.gif"></a>
When going over the imate that stuat bar will get "javascript:blah('')".
In netscape 4, you get 'over'
Mozilla 0.9.6
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6) Gecko/20011120
Comment 1•24 years ago
|
||
Actually, it is window.status which is broken
This bug is a dupe of bug #99009
Comment 2•24 years ago
|
||
-> Dom Level 0, for parity with dupe
Assignee: rogerl → jst
Status: UNCONFIRMED → NEW
Component: Javascript Engine → DOM Level 0
Ever confirmed: true
QA Contact: pschwartau → amar
Comment 3•24 years ago
|
||
Resolving as duplicate. Marc, you will be cc'ed on bug 99009 so you
can follow its progress -
*** This bug has been marked as a duplicate of 99009 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•