Closed
Bug 2038588
Opened 2 months ago
Closed 1 month ago
Selectedcontent: implement updating based on selection
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: keithamus, Assigned: jjaschke)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•2 months ago
|
||
Implements the algorithms that keep <selectedcontent> elements in sync with
the selected <option>: RunSelectednessSettingAlgorithm (replaces
CheckSelectSomething), ScheduleSelectedContentUpdate /
UpdateDescendantSelectedContentElements (microtask-based), per-element
CloneOptionIntoSelectedContent, and HTMLSelectedContentElement BindToTree
disabled computation per PR #12263.
Pushed by jjaschke@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/0d1eba0a108d
https://hg.mozilla.org/integration/autoland/rev/64f4d5f597c0
Customizable Select: Implement selectedcontent update machinery. r=emilio
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
Backed out for causing wpt failures
Status: RESOLVED → REOPENED
status-firefox153:
fixed → ---
Flags: needinfo?(jjaschke)
Resolution: FIXED → ---
Target Milestone: 153 Branch → ---
Comment 5•1 month ago
|
||
Backout merged in central: https://hg-edge.mozilla.org/mozilla-central/rev/7789ad17172f2a6dc0519a3e0a8682ab2736dc8a
Pushed by jjaschke@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/03b7ff43b309
https://hg.mozilla.org/integration/autoland/rev/c49c2ef111c9
Customizable Select: Implement selectedcontent update machinery. r=emilio
Comment 7•1 month ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 1 month ago → 1 month ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
| Assignee | ||
Updated•1 month ago
|
Flags: needinfo?(jjaschke)
Updated•22 days ago
|
QA Whiteboard: [qa-triage-done-c154/b153]
You need to log in
before you can comment on or make changes to this bug.
Description
•