Closed
Bug 1796876
Opened 2 years ago
Closed 2 years ago
Crash in browser_treeupdate_optgroup.js with caching on
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox106 | --- | unaffected |
firefox107 | --- | unaffected |
firefox108 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [ctw-m3])
Attachments
(1 file)
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
HTMLComboboxListAccessible::SelectedOption can return null, so we need
to prepare for that. Same with HTMLComboboxListAccessible::List when
the combo box's child is removed.
Updated•2 years ago
|
Keywords: regression
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1787274
status-firefox106:
--- → unaffected
status-firefox107:
--- → unaffected
status-firefox108:
--- → affected
status-firefox-esr102:
--- → unaffected
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9d53f1cb49fb
Allow selected option and list to be null. r=morgan
Pushed by nfay@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/9c3c628aa3f4
Allow selected option and list to be null. r=morgan a=graft
Comment 5•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
Comment 6•2 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•