Closed
Bug 1606671
Opened 5 years ago
Closed 5 years ago
Ensure that the UI is unmounted when the panel is destroyed via settings.
Categories
(DevTools :: Accessibility Tools, defect)
DevTools
Accessibility Tools
Tracking
(firefox73 fixed)
RESOLVED
FIXED
Firefox 73
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: yzen, Assigned: yzen)
Details
Attachments
(1 file)
Right now accessibility panel UI components are not unmounted right away when the panel is destroyed when the it's unchecked in DevTools settings. This might result in lingering listeners of accessinility front and accessibility walker front events.
We need to make sure that we unmount and clean up the UI, since it's going to be re-created anyways if the panel is made visible again.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → yzenevich
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by yura.zenevich@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6512aa950f91
ensure that the panel UI event handlers are cleaned up in case when panel is removed via settings. r=mtigley
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 73
You need to log in
before you can comment on or make changes to this bug.
Description
•