Closed
Bug 1764750
Opened 3 years ago
Closed 2 years ago
[CTW] Document sometimes keeps stale state
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
107 Branch
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Sometimes with CTW, a document gets the stale state and keeps it forever. We expose the stale state on documents until the DOM is fully loaded. When this problem happens, I think the cache gets pushed while the stale state is present, but since we don't fire state changes for that state, it never gets cleared.
We fire a document load complete event when the DOM is loaded, so I think we can use this to clear the stale state from the cache.
I don't think this is very important right now, as I don't know of anyone who uses the stale state on documents.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → jteh
Status: NEW → ASSIGNED
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/052b0a5bae81
Clear the stale state on cached DocAccessibleParents when the document finishes loading. r=morgan
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•