New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 706077 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Last visit 16 days ago
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug
Team-Accessibility



Sign in to add a comment

accessibility support for intent picker

Project Member Reported by est...@chromium.org, Mar 28 2017

Issue description

when you move "focus" around the rows in the intent picker, ChromeVox doesn't announce anything. This is because the rows (buttons) aren't getting real focus but are instead getting MarkAsSelected/Unselected() calls.

We probably want to give them real focus and make the ink drop show highlight for focus (see https://codereview.chromium.org/2779113002/ )

(Also, we might want to do a more thorough a11y review for this entire dialog.)
 
Yes the UX team already proposed changes to the current design (internal bug b/31959560), I can make use of the RequestFocus() over every single row so ChromeVox provides feedback, however I am not sure if we should allow arrow keys for moving around the apps (since previously TAB was not able to do so).


Sign in to add a comment