Closed
Bug 1778644
Opened 3 years ago
Closed 3 years ago
[CTW] Treeherder tables are treated as layout tables
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
Details
(Whiteboard: [ctw-m2])
Attachments
(1 file)
STR (with NVDA + CTW):
- Open https://treeherder.mozilla.org/jobs?repo=try&selectedTaskRun=boxco99xQLiWqSj6L1hzqQ.0&revision=6664ba8aa4f29c6ad352243cfee1646dd09b12a8
- Press t to navigate to the table.
- Expected: NVDA should move to the jobs table.
- Actual: NVDA says: "no next table"
This doesn't happen when CTW is disabled. My guess (not yet verified) is that when the table is added to the tree, it is considered a layout table, but it then mutates such that it's not a layout table. We aren't handling that mutation correctly.
This will probably be fixed by pushing a cache update for layout-guess if children are added or removed from the table.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → jteh
Status: NEW → ASSIGNED
Assignee | ||
Updated•3 years ago
|
Whiteboard: [ctw-m2]
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8c19a2c5a423
When a row is added to a table, push a cache update for the table's layout guess. r=morgan
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years 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
•