Closed
Bug 1809689
Opened 2 years ago
Closed 2 years ago
Activation behaviour of checkboxes incorrectly bubbling to parent
Categories
(Core :: DOM: Forms, defect)
Core
DOM: Forms
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: avandolder, Assigned: avandolder)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This is causing failures on an interop2022 web platform test: https://wpt.fyi/results/dom/events/Event-dispatch-click.html?run_id=5071638937206784&run_id=5144125066706944&run_id=5133206722969600&run_id=5133890428076032. When a checkbox is activated, we shouldn't also activate any of its parent input elements.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Severity: -- → S3
Pushed by avandolder@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/100233c45a10
Activate first checkbox with activation behaviour. r=edgar
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/37997 for changes under testing/web-platform/tests
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•