Closed
Bug 1220860
Opened 9 years ago
Closed 9 years ago
[AccessFu] Error (intermediate value).documentElement is undefined resource://gre/modules/accessibility/AccessFu.jsm:526
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla45
People
(Reporter: yzen, Assigned: yzen)
References
Details
(Keywords: access)
Attachments
(1 file, 1 obsolete file)
2.07 KB,
patch
|
eeejay
:
review+
|
Details | Diff | Splinter Review |
In some cases documentElement is not available and causes an error.
Caused by bug 1214398
Assignee | ||
Comment 1•9 years ago
|
||
What this also results in is that Pointer Adapter is not shut down and thus even though the AccessFu is stopped, the pointer events are still blocked and the device is inoperable.
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8682195 -
Flags: review?(eitan)
Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8682195 [details] [diff] [review]
1220860 patch
Review of attachment 8682195 [details] [diff] [review]:
-----------------------------------------------------------------
::: accessible/jsat/Presentation.jsm
@@ +697,5 @@
> aPosition, aOldPosition, aReason, aStartOffset, aEndOffset, aIsUserInput) {
> let context = new PivotContext(
> aPosition, aOldPosition, aStartOffset, aEndOffset);
> + if (context.accessible) {
> + this.displayedAccessibles.set(context.accessible.document.window, context);
This seems to fail, because sometimes context.accessible is null
Assignee | ||
Comment 4•9 years ago
|
||
Updated
Attachment #8682195 -
Attachment is obsolete: true
Attachment #8682195 -
Flags: review?(eitan)
Attachment #8682206 -
Flags: review?(eitan)
Updated•9 years ago
|
Attachment #8682206 -
Flags: review?(eitan) → review+
Assignee | ||
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Comment 7•9 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
Assignee | ||
Comment 9•9 years ago
|
||
For some reason the patch looks missing in v2.5 branch:
https://hg.mozilla.org/releases/mozilla-b2g44_v2_5/file/tip/accessible/jsat/AccessFu.jsm#l526
If it didn't stick, is it possible to re-land it on v2.5?
Flags: needinfo?(cbook)
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(cbook)
You need to log in
before you can comment on or make changes to this bug.
Description
•