Closed
Bug 1779149
Opened 11 months ago
Closed 11 months ago
Fix incorrect assertions in CachedTableAccessible
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ctw-m3])
Attachments
(1 file)
There are some incorrect assertions in CachedTableAccessible that are causing debug crashes. See this try run.
Assignee | ||
Comment 1•11 months ago
|
||
- When updating the row/col map, there can be overlapping cells - we even have code to support that - so don't assert that there is no existing cell.
- When retrieving the caption, the role assertion was accidentally reversed.
Pushed by jteh@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e8136524da55 Remove/fix incorrect assertions in CachedTableAccessible. r=morgan
Comment 3•11 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 11 months ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•