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

fix(combobox): fix accessibility when an item's heading or label changes #11289

Merged
merged 7 commits into from
Jan 14, 2025

Conversation

driskull
Copy link
Member

@driskull driskull commented Jan 14, 2025

Related Issue: #11301

Summary

  • update the accessible elements when an items heading or label changes
  • use label as an ariaLabel on the accessible element.

@driskull driskull requested a review from jcfranco January 14, 2025 01:16
@driskull driskull marked this pull request as ready for review January 14, 2025 01:16
@github-actions github-actions bot added the bug Bug reports for broken functionality. Issues should include a reproduction of the bug. label Jan 14, 2025
@jcfranco
Copy link
Member

It looks like the a11y test still fails. 😞 I've skipped it for the time being.

The changes seem helpful though. Can you create an issue to make sure they go through the verification process?

@driskull
Copy link
Member Author

@jcfranco this one is failing as well: accessible with item group

@driskull driskull added the skip visual snapshots Pull requests that do not need visual regression testing. label Jan 14, 2025
@driskull
Copy link
Member Author

@jcfranco created issue and added test. Can I get a review?

@driskull driskull requested a review from jcfranco January 14, 2025 21:45
Copy link
Member

@jcfranco jcfranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@driskull driskull merged commit 33583e7 into dev Jan 14, 2025
11 checks passed
@driskull driskull deleted the dris0000/combobox-fix-a11y-test branch January 14, 2025 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports for broken functionality. Issues should include a reproduction of the bug. skip visual snapshots Pull requests that do not need visual regression testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants