Skip to content

feat(select): a11y focus on child options #10292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tjlav5 opened this issue Mar 6, 2018 · 3 comments
Closed

feat(select): a11y focus on child options #10292

tjlav5 opened this issue Mar 6, 2018 · 3 comments
Assignees
Labels
Accessibility This issue is related to accessibility (a11y) G This is is related to a Google internal issue P2 The issue is important to a large percentage of users, with a workaround

Comments

@tjlav5
Copy link

tjlav5 commented Mar 6, 2018

Bug:

Focus of child options of an md-select is misrepresented by ChromeVox.

What is the expected behavior?

Keyboard navigation to a child option should set focus of ChromeVox to the location of the option in the menu.

What is the current behavior?

Keyboard navigation to a child option that overflows past the menu sets the focus of ChromeVox to the overflowed-location.

screenshot 2018-03-06 at 13 56 48 Note the orange box

What are the steps to reproduce?

  1. Visit: https://material.angular.io/components/select/overview#creating-groups-of-options
  2. Enable ChromeVox (likely reproducible in other OS/Screen-Readers too)
  3. Keyboard navigate to Pokemon "Mew" (typing M-e-w)

What is the use-case or motivation for changing an existing behavior?

Screen readers should be treated as a first-class citizen with regards to product excellence.

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

Angular 5.2.3
Chrome OS (ChromeVox) 64.0.3282.167

Anything else we should know?

Likely related to any fix of #1670

@josephperrott josephperrott added P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent Accessibility This issue is related to accessibility (a11y) P2 The issue is important to a large percentage of users, with a workaround G This is is related to a Google internal issue and removed P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent labels Mar 26, 2018
@jelbourn
Copy link
Member

This is working as intended; the select uses aria-activedescendant instead of moving browser focus.

When you say ChromeVox, do you mean the Chrome Extension or the screen-reader in ChromeOS? If the former, it is explicitly not supported because it is not meant to be a real user-centric screen-reader.

@jelbourn
Copy link
Member

Tracking via #11083

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Accessibility This issue is related to accessibility (a11y) G This is is related to a Google internal issue P2 The issue is important to a large percentage of users, with a workaround
Projects
None yet
Development

No branches or pull requests

4 participants