Closed
Bug 21423
Opened 25 years ago
Closed 24 years ago
n-loop animated gifs on mouseover only run the first time mousover-event is triggered
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
Future
People
(Reporter: stoecker, Assigned: vidur)
Details
(Keywords: dom0, testcase, Whiteboard: [TESTCASE])
Attachments
(1 file)
21.81 KB,
application/octet-stream
|
Details |
when changing the image-src on a mousover with a 0-loop gif animated gif,
wverything works fine. normally the gif should (IMHO) be started again on each
mouseover which is triggered. but it only works the first time.
May also occur with n-looping gifs.
Check the URL to see it yourself.
Updated•25 years ago
|
Assignee: leger → vidur
Severity: critical → normal
Component: Browser-General → DOM Level 0
Comment 1•25 years ago
|
||
DOM?
Summary: 0-loop animated gifs on mouseover only run the first time mousover-event is triggered → n-loop animated gifs on mouseover only run the first time mousover-event is triggered
Whiteboard: [TESTCASE]
Sure it's the DOM (level 0)...
Hopefully my testcase is ok - this is my first, so please drop me a note if I
didn't made it up right :-)
Removed URL as everything is in the testcase-file now...
Comment 4•25 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•25 years ago
|
||
Currently we don't reload an image when the image.src property is set to the
current value. As a result the animation isn't restarted.
Target Milestone: M17
Comment 7•25 years ago
|
||
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug, or if it blocks your work in some
way -- please attach your concern to the bug for reconsideration.
Target Milestone: M17 → Future
Comment 8•24 years ago
|
||
You could work around this by having the image under two separate filenames and
alternating onMouseOver.
Gerv
Comment 9•24 years ago
|
||
*** This bug has been marked as a duplicate of 17126 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•