Closed
Bug 1530239
Opened 6 years ago
Closed 6 years ago
css transition events must fire even if an element is disabled
Categories
(Core :: DOM: Events, enhancement, P1)
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: marcosc, Assigned: marcosc)
References
Details
(Keywords: dev-doc-complete, parity-chrome, site-compat)
Attachments
(1 file)
Currently transitionstart and transitionend events won't fire if an input element is disabled.
Expected:
they should fire.
Actual:
they don't fire.
Bug 329509 contains a reduced test case.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mcaceres
Assignee | ||
Updated•6 years ago
|
Keywords: parity-chrome
Assignee | ||
Updated•6 years ago
|
Summary: transition events should fire even if input element is disabled → css transition events must fire even if an element is disabled
Assignee | ||
Comment 2•6 years ago
|
||
CSS Transitions were not firing when elements were disabled.
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Updated•6 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 6•6 years ago
|
||
Found a few bugs in the test... try is happy now:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=8e1d59e79a9112df012549cbbe8cb9bd91d84ef9
Pushed by mcaceres@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c89f5d4d2e86
css transition events must fire even if an element is disabled. r=smaug
Comment 8•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/15642 for changes under testing/web-platform/tests
Comment 10•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.
Updated•6 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
Comment 11•6 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
•