Closed
Bug 884207
Opened 11 years ago
Closed 7 years ago
Race between type-ahead find and opening a new tab trips "ASSERTION: We must reach document accessible implementing nsIAccessibleText!"
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
1. Create a profile with:
user_pref("accessibility.typeaheadfind", true);
user_pref("dom.disable_open_during_load", false);
2. Enable accessibility
3. Load the testcase
4. Long-press 'v' on the keyboard.
This usually trips:
###!!! ASSERTION: We must reach document accessible implementing nsIAccessibleText!: 'Not Reached', file accessible/src/base/nsAccUtils.cpp, line 292
Reporter | ||
Comment 1•11 years ago
|
||
Comment 2•7 years ago
|
||
Doesn't reproduce on Win10 or Ubuntu 17.10 for me.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•