Open
Bug 1700546
Opened 4 years ago
Updated 4 years ago
Reorder event not fired when a top level remote document is loaded
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: Jamie, Unassigned)
References
(Blocks 1 open bug)
Details
While trying to figure out testing for bug 1700362, I discovered that reorder events aren't fired on the XUL browser OuterDocAccessible when a remote document is loaded. I don't think any real client cares, but we normally fire reorder events when a child is added and this is certainly inconsistent for parent process and content process documents.
To fix this, I guess we'd need to fire a reorder event in BrowserParent::RecvPDocAccessibleConstructor near where we call a11y::DocManager::RemoteDocAdded.
Reporter | ||
Comment 1•4 years ago
|
||
Note that this is probably one reason that accessible/tests/browser/events/browser_test_docload.js is currently broken and disabled.
You need to log in
before you can comment on or make changes to this bug.
Description
•