- From: <bugzilla@jessica.w3.org>
- Date: Tue, 12 Jun 2012 10:29:01 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17301
louisremi <lrbabe@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lrbabe@gmail.com
--- Comment #1 from louisremi <lrbabe@gmail.com> 2012-06-12 10:29:00 UTC ---
This is not only an implementation bug that happens with aggressive user
interactions : there are different ways to stop transitions on an element that
also prevent the transitionend event to fire :
- setting the inline style of an element to "transition: none"
- setting the inline style of an element to "transition-properties: none"
- setting the inline style of an element to "transition-duration: 0"
- setting an animated style property to its current computed value
In these different cases, the "transitioncancel" or "transitioncanceled" event
would make sense.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 12 June 2012 10:31:09 UTC