Closed
Bug 1182208
Opened 9 years ago
Closed 9 years ago
[AccessFu][Android] enabled support for range slider control.
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: yzen, Assigned: eeejay)
References
Details
(Keywords: access)
Attachments
(1 file)
11.70 KB,
patch
|
yzen
:
review+
mfinkle
:
review+
|
Details | Diff | Splinter Review |
At the moment adjusting values for input range is not working on android. We need to figure out what action/event needs to happen when we want to increase or decrease range input's value.
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8650143 -
Flags: review?(yzenevich)
Attachment #8650143 -
Flags: review?(mark.finkle)
Comment 3•9 years ago
|
||
Comment on attachment 8650143 [details] [diff] [review]
Add support for android scrolling and range accessibility actions.
Seems fine to me.
Attachment #8650143 -
Flags: review?(mark.finkle) → review+
Reporter | ||
Comment 4•9 years ago
|
||
Comment on attachment 8650143 [details] [diff] [review]
Add support for android scrolling and range accessibility actions.
Review of attachment 8650143 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, just one comment to address
::: accessible/jsat/AccessFu.jsm
@@ +134,5 @@
> Services.obs.addObserver(this, 'Accessibility:Focus', false);
> Services.obs.addObserver(this, 'Accessibility:ActivateObject', false);
> Services.obs.addObserver(this, 'Accessibility:LongPress', false);
> + Services.obs.addObserver(this, 'Accessibility:ScrollForward', false);
> + Services.obs.addObserver(this, 'Accessibility:ScrollBackward', false);
These observers also need to removed in _disable.
Attachment #8650143 -
Flags: review?(yzenevich) → review+
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → eitan
Comment 6•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Updated•9 years ago
|
Summary: [AccessFu][Androd] enabled support for range slider control. → [AccessFu][Android] enabled support for range slider control.
You need to log in
before you can comment on or make changes to this bug.
Description
•