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

MultiSelect.Filterable a11y issues (activedescendant and initial DOM focus) #7296

Closed
finken2 opened this issue Nov 16, 2020 · 1 comment
Closed

Comments

@finken2
Copy link
Contributor

finken2 commented Nov 16, 2020

Chrome, using the current accessibility checker plugin, there's two errors on the MultiSelect.Filterable component:
https://react.carbondesignsystem.com/?path=/story/multiselect--filterable

  • Initial DOM focus on the combobox is not set on the text input when the combobox receives focus
  • The element using 'aria-activedescendant' set to "carbon-multiselect-example-item-1" does not have its 'tabindex' attribute value set to 0 or -1

This was reported during our AVT for Satellite, and is recreatable in the sandbox. Run the checker with the dropdown open and an option checked for the second one.

@tw15egan
Copy link
Member

tw15egan commented Feb 2, 2021

Thanks for reporting, @finken2! Going to close this out as a duplicate and track it over in #7331. @dakahn and I will take a look 👍

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

2 participants