Skip to content
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

Accessibilty: Select dropdown or items not acknowledged by Orca screen reader #9304

Closed
gedkirkham opened this issue May 17, 2021 · 1 comment

Comments

@gedkirkham
Copy link

Describe the bug
As a user using Orca screen reader to navigate Quasar select component, select component is not announced with an accessible relevant name upon focus. When user uses arrow key to traverse select option's list, option items are not read aloud by screen reader.

Codepen/jsFiddle/Codesandbox (required)
https://quasar.dev/vue-components/select#example--design-overview

To Reproduce
Steps to reproduce the behavior:

  1. Activate Orca screen reader
  2. Use tab key to focus select
  3. Press enter/space to expand select dropdown
  4. Press down arrow key to select initial select option

Expected behavior

  1. Activate Orca screen reader
  2. Use tab key to focus select
  3. Screen reader reads out that select dropdown is in focus with an accessible relevant name
  4. Press enter/space to expand select dropdown
  5. Press down arrow key to select initial select option
  6. First item in select option list is read aloud by screen reader

Platform (please complete the following information):
Quasar Version: 1.15.15

OS: Ubuntu
Browsers: Firefox, Chrome

@rstoenescu
Copy link
Member

Improvement will be available in Quasar v1.15.23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants