Closed
Bug 1602063
Opened 6 years ago
Closed 5 years ago
Make Print To JSON context menu item in accessibility tree view work with Fission.
Categories
(DevTools :: Accessibility Tools, task)
DevTools
Accessibility Tools
Tracking
(Fission Milestone:M6, firefox78 fixed)
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: yzen, Assigned: yzen)
References
Details
Attachments
(1 file)
Right now tree traversal for a given accessible actor (and corresponding accessible object) is all done in the content process. However if the sub-tree for the accessible object contains an OOP frame, its content will not be available to the embeddable of the OOP frame.
This is another case where the stitching of the traversed tree has to happen on client side since information from OOP frame should not be accessible to another content process.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → yzenevich
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by yura.zenevich@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/3cb213591e91
make Print to JSON functionality work with fission enabled. r=jdescottes
Comment 4•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
•