Closed
Bug 1635641
Opened 5 years ago
Closed 5 years ago
When retrieving accessibility document, it sometimes does not exist yet when checking if it's stale.
Categories
(DevTools :: Accessibility Tools, enhancement)
DevTools
Accessibility Tools
Tracking
(firefox78 fixed)
RESOLVED
FIXED
Firefox 78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: yzen, Assigned: yzen)
Details
Attachments
(1 file)
Sometimes (mainly in tests) this line https://searchfox.org/mozilla-central/source/devtools/server/actors/accessibility/walker.js#470 can result in an error because the document accessible does not yet exist. We need to check that first before checking if it is stale.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by yura.zenevich@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c1e8f76b369b
check that document accessible exists before checking if it's stale. r=mtigley
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 78
You need to log in
before you can comment on or make changes to this bug.
Description
•