a11y panel should emit ready event after rendering the UI
Categories
(DevTools :: Accessibility Tools, task, P3)
Tracking
(firefox89 fixed)
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(1 file)
Spawned from Bug 1699619.
See https://phabricator.services.mozilla.com/D110247
a11y panel open should be fully finished before resolving, but doing that introduces a small regression regarding the "focused" state on the main content document.
We should discuss if this is acceptable or if we need to find a workaround.
Assignee | ||
Comment 1•4 years ago
|
||
With the previous implementation, the toolbox would resolve the panel before all the initialization data had been retrieved.
This could lead to issues if we tried to destroy the toolbox right after the panel got selected.
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Backed out for damp failure in accessibility/cold-open.js.
Backout link: https://hg.mozilla.org/integration/autoland/rev/681364ef246014ae15b4c880c5ce9809cb41d6fb
Failures started here: https://treeherder.mozilla.org/jobs?repo=autoland&searchStr=damp&revision=cc986541595b2cbad3631854db03056be997bbab
Failure log: https://treeherder.mozilla.org/logviewer?job_id=335734073&repo=autoland&lineNumber=1066
Assignee | ||
Updated•4 years ago
|
Comment 5•4 years ago
|
||
bugherder |
Description
•