Open
Bug 742280
Opened 13 years ago
Updated 2 years ago
We need accessibility activation events
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
NEW
People
(Reporter: eeejay, Unassigned)
References
(Blocks 1 open bug)
Details
In the Android accessibility world, interactions are relayed to the AT through the TYPE_VIEW_CLICKED and TYPE_VIEW_LONG_CLICKED event[1]. If a button is pressed, the event's text is something like "clicked", if a checkbutton is pressed, the event string will be "checked", etc. In general, this kind of interaction feedback is useful on touch screens.
It would be nice to have an interface on this event with the action index in the target accessible.
1. http://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html
Reporter | ||
Updated•13 years ago
|
Summary: We need accessibility click events → We need accessibility activation events
Comment 1•13 years ago
|
||
action_invoked event?
Comment 2•13 years ago
|
||
I do believe this will be also very needed for b2g a11y.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•