Closed
Bug 1488009
Opened 6 years ago
Closed 6 years ago
Consider moving most initialization steps in accessibility startup component to after the toolbox is open and loaded.
Categories
(DevTools :: Accessibility Tools, enhancement)
DevTools
Accessibility Tools
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: yzen, Assigned: yzen)
References
Details
Right now we are doing a lot of things in initAccessibility method in accessibility startup. Such as checking if the a11y actor supports latest API, initializing the accessibility walker and bootstrapping the a11y actor's state. We should try to perform all these steps after the toolbox and selected panel are fully loaded to not affect the start up time.
Assignee | ||
Comment 1•6 years ago
|
||
Fixed with bug 1498235
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•