Closed
Bug 1128252
Opened 10 years ago
Closed 10 years ago
when remove an animate, the AnimationEvent don't stop.
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: zbinlin, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20150128224652
Steps to reproduce:
demo: http://jsfiddle.net/d7c3x3sz/
An element add an animate(animation-iteration-count: infinite), and listen an AnimationEvent(animationiteration).
when the element remove animate and element's parent hidden(display: none).
Actual results:
The event(animationiteration) continue fire.
Expected results:
The event not longer fire.
Comment 1•10 years ago
|
||
I think this issue has been fixed by a patch for bug 1197620.
zbinlin, could you please try nightly builds?
Flags: needinfo?(zbinlin)
(In reply to Hiroyuki Ikezoe (:hiro) from comment #1)
> I think this issue has been fixed by a patch for bug 1197620.
>
> zbinlin, could you please try nightly builds?
Thanks!
Flags: needinfo?(zbinlin)
Comment 3•10 years ago
|
||
User Agent Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID 20151216175450
I tested this on Firefox 43 and latest Nightly (46) and it works fine.
Reporter, have you managed to check if works for you on these Firefox versions?
Comment 4•10 years ago
|
||
You can download the Firefox versions from here:
- Firefox 43 (https://www.mozilla.org/en-US/firefox/new/)
- Firefox Nighlty 46 (https://nightly.mozilla.org/)
Please, let us know if you can still reproducing or not.
Flags: needinfo?(zbinlin)
(In reply to Liviu Cirdei from comment #4)
> You can download the Firefox versions from here:
>
> - Firefox 43 (https://www.mozilla.org/en-US/firefox/new/)
> - Firefox Nighlty 46 (https://nightly.mozilla.org/)
>
> Please, let us know if you can still reproducing or not.
It still reproduces on Firefox 41 and Firefox 42.
I guess it is repaired on Firefox 43.
Flags: needinfo?(zbinlin)
Comment 6•10 years ago
|
||
Thank you for your time.
Considering this is not reproducing anymore on Firefox 43/Firefox 46 I will change the status of this bug to Resolved - Worksforme.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•