Closed
Bug 1771713
Opened 2 years ago
Closed 2 years ago
Fix content state change notification when a selected option is inserted.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
This bug was revealed by the patch for bug 1381071, which caused
failures in dom/html/test/test_bug596511.html.
The test was not using the usual style invalidation machinery because it
was in a display: none subtree.
Tweak the test to check both the "raw" state (via matches()) and the
style, which should show invalidation issues more clearly.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5b970e694ec3
Fix content state change notification when a selected option is inserted. r=edgar
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•