Closed
Bug 1531605
Opened 6 years ago
Closed 6 years ago
css animation events must fire even if an element is disabled
Categories
(Core :: DOM: Events, enhancement, P1)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: marcosc, Assigned: marcosc)
Details
(4 keywords)
Attachments
(1 file)
CSS animations should also be allowed to run when a form element is disabled. Like with transitions in 1530239, animation events don't currently work.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mcaceres
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Same as transitions.
Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Keywords: compat,
parity-chrome
OS: Unspecified → All
Priority: -- → P1
Hardware: Unspecified → All
Pushed by mcaceres@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/214aa79533cd
css animation events must fire even if an element is disabled. r=smaug
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•6 years ago
|
Keywords: dev-doc-needed
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/15905 for changes under testing/web-platform/tests
Comment 6•6 years ago
|
||
Note to MDN team: I've added a note to the Fx67 rel notes: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/67#DOM_events
not sure what else we need in terms of docs.
Assignee | ||
Comment 7•6 years ago
|
||
Notes look great, Chris! Nothing else needed. Thanks for adding them.
Comment 8•6 years ago
|
||
(In reply to Marcos Caceres [:marcosc] from comment #7)
Notes look great, Chris! Nothing else needed. Thanks for adding them.
OK; setting to dev-doc-complete then ;-)
Keywords: dev-doc-needed → dev-doc-complete
Comment 9•5 years ago
|
||
Posted site compatibility note: https://www.fxsitecompat.com/en-CA/docs/2019/css-animation-and-transition-events-are-now-fired-on-disabled-form-widgets/
Keywords: site-compat
You need to log in
before you can comment on or make changes to this bug.
Description
•