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

Dropdown does not announce items in JAWS #16688

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

guidari
Copy link
Contributor

@guidari guidari commented Jun 4, 2024

Closes #16260

After we added this code from this PR the Dropdown is not announcing the items when using JAWS. That is because we are declaring our own id instead of using the from downshift.

I tested with their example on the website to see if declaring the id there would have the same result and it happens the same thing, the JAWS can't read the items. I opened an issue in the downshift github.

We can either remove the id that we have as an example like it's done on this PR, or we can remove the code from the PR mentioned above. I would just remove the ids for now.

Testing / Reviewing

  • Go to Dropdown and use JAWS with arrow navigation
  • Should read properly now

Copy link

netlify bot commented Jun 4, 2024

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit be32566
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/665f580bd6baaf0008ab87f0
😎 Deploy Preview https://deploy-preview-16688--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jun 4, 2024

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit be32566
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/665f580b0801350008ad3140
😎 Deploy Preview https://deploy-preview-16688--carbon-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@tay1orjones tay1orjones added this pull request to the merge queue Jun 7, 2024
Merged via the queue into carbon-design-system:main with commit 17a8721 Jun 7, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[a11y]: Drop Down Label, Open Menu announcement
3 participants