Closed
Bug 1124982
Opened 10 years ago
Closed 10 years ago
[AccessFu] ContentControl.adjustRange() is broken because of undefined 'content' symbol.
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: eeejay, Assigned: eeejay)
Details
Attachments
(1 file)
1.04 KB,
patch
|
yzen
:
review+
bajaj
:
approval-mozilla-b2g37+
|
Details | Diff | Splinter Review |
Swiping up and down brings this:
I/Gecko (11888): [AccessFuContent] ERROR Error handling message: {"action":"movePrevious","rule":"ListItem","origin":"parent","inputType":"gesture","adjustRange":true}:
I/Gecko (11888): content is not defined
I/Gecko (11888): cc_adjustRange@resource://gre/modules/accessibility/ContentControl.jsm:291:1
I/Gecko (11888): cc_handleMoveCursor@resource://gre/modules/accessibility/ContentControl.jsm:105:24
I/Gecko (11888): cc_receiveMessage@resource://gre/modules/accessibility/ContentControl.jsm:84:9
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8554062 -
Flags: review?(yzenevich)
Comment 2•10 years ago
|
||
Comment on attachment 8554062 [details] [diff] [review]
[AccessFu] Use correct symbols for keycodes in ContentControl.adjustRange().
Looks good thanks!
Attachment #8554062 -
Flags: review?(yzenevich) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Assignee: nobody → eitan
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8554062 [details] [diff] [review]
[AccessFu] Use correct symbols for keycodes in ContentControl.adjustRange().
NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings.
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined: Screen reader users won't be able to adjust custom slider widgets.
Testing completed: Yes, manual.
Risk to taking this patch (and alternatives if risky): Low, this bug fixes a serious syntax error.
String or UUID changes made by this patch: None.
Attachment #8554062 -
Flags: approval-mozilla-b2g37?
Updated•10 years ago
|
Attachment #8554062 -
Flags: approval-mozilla-b2g37? → approval-mozilla-b2g37+
Comment 6•10 years ago
|
||
status-b2g-v2.2:
--- → fixed
status-b2g-master:
--- → fixed
status-firefox36:
--- → wontfix
status-firefox37:
--- → wontfix
status-firefox38:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•