transitionend event not fired when there are multiple transitions
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: honglilai, Unassigned)
References
()
Details
Comment 1•12 years ago
|
||
Comment 2•9 years ago
|
||
Comment 3•3 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Comment 4•2 years ago
|
||
(In reply to yair even or from comment #2)
I have opened the simplest test case for this, and am EAGERLY anticipating a
fix.
Thanks for the testcase.
Firefox, Chrome, and WebKit (epiphany, presumably also Safari) all handle that testcase the same -- showing a transitionEnd event for all three of the transitioned properties as their transitions end.
Based on comment 0 it sounds like maybe Firefox used to not fire events for the last transition -- that seems to have been fixed.
Hence, resolving as WORKSFORME. If there's still a problem here, please file a new bug with more information. Thanks!
Description
•