Closed
Bug 1730949
Opened 4 years ago
Closed 4 years ago
Cache attributes for DocAccessibles
Categories
(Core :: Disability Access APIs, defect, P1)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
94 Branch
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: morgan, Assigned: morgan)
References
Details
Attachments
(1 file)
Right now, we cache information for accs contained in a doc accessible, but we don't cache for the doc acc itself. We should do that.
This is necessary before we do bounds caching, since the cached and non-cached (IPC) Bounds() calls will give different kinds of coordinates. To correctly translate parent-relative coordinates to screen-relative coordinates, we need to get the same kind of bounds for every acc we see as we walk up the tree.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by mreschenberg@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f452382ff232
Send initial cache update for doc accessibles if accessibility.cache.enabled r=eeejay
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•