Open
Bug 1622735
Opened 6 years ago
Updated 3 years ago
Add a walkerFront property to accessibleFront like we have in nodeFront
Categories
(DevTools :: Accessibility Tools, task, P3)
DevTools
Accessibility Tools
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
Details
There are a few places where we need to retrieve the walkerFront from an accessibleFront (see https://searchfox.org/mozilla-central/search?q=st+accessibleWalkerFront+%3D+accessibleFront.&case=true®exp=false&path=)
It would probably be better if we add a walkerFront getter in the front (https://searchfox.org/mozilla-central/source/devtools/shared/fronts/accessibility.js) like we do in NodeFront (devtools/shared/fronts/node.js#411-413)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•