Closed
Bug 864367
Opened 12 years ago
Closed 11 years ago
lowsrc dynamicanimation onmouseover stop working since FF 20
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 878509
People
(Reporter: seba.mino, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0
Build ID: 20130409194949
Steps to reproduce:
Just Update FF to v.20
Actual results:
THIS CODE STOP WORKING: On mouseover the 2nd image appear broken, not showed.
<a onmouseover="document['fpAnimswapImgFP01'].imgRolln=document['fpAnimswapImgFP01'].src;document['fpAnimswapImgFP01'].src=document['fpAnimswapImgFP01'].lowsrc;" onmouseout="document['fpAnimswapImgFP01'].src=document['fpAnimswapImgFP01'].imgRolln" href="javascript:"><img border="0" src="image1.jpg" id="fpAnimswapImgFP01" name="fpAnimswapImgFP01" dynamicanimation="fpAnimswapImgFP01" lowsrc="image2.jpg" width="190" height="142" title="image" alt="image"></a>
sample URL:
www.hentaimovieplanet.com/m1.html
Expected results:
FF 20 bug? incompatible with code?
Severity: normal → critical
PROBLEM SOLVED
Find this: .lowsrc
Replace with: .getAttribute('lowsrc')
Assignee: nobody → japanese
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Component: Untriaged → Japanese
Product: Firefox → Tech Evangelism
Resolution: --- → FIXED
Target Milestone: --- → Apr
Version: 20 Branch → unspecified
Comment 2•11 years ago
|
||
The deprecated lowsrc attribute has been dropped by Bug 825527.
Updated•11 years ago
|
Assignee: japanese → nobody
Component: Japanese → DOM
Product: Tech Evangelism → Core
Resolution: FIXED → DUPLICATE
Target Milestone: Apr → ---
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•