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(ListBox): backport listbox a11y fixes to v10 #14092

Merged
merged 3 commits into from
Jun 29, 2023
Merged

Conversation

tw15egan
Copy link
Collaborator

@tw15egan tw15egan commented Jun 26, 2023

Closes #14069
Refs #13173

Backports a11y fixes to v10

Changelog

Changed

  • x no longer receives focus (Multiselect selection, clear text from ComboBox + FilterableMultiselect, items can be cleared via esc key. Can still click to activate.
  • Rearranged Multiselect so that the selection tag/button is not a descendant of another button
  • CSS fixes also ported over

Testing / Reviewing

Check ComboBox, Multiselect, and FilterableMultiselect and ensure all functionality matches v11, and there are not a11y violations

@tw15egan tw15egan changed the title Backport listbox fixes fix(ListBox): backport listbox a11y fixes to v10 Jun 26, 2023
@netlify
Copy link

netlify bot commented Jun 26, 2023

Deploy Preview for carbon-components-react ready!

Name Link
🔨 Latest commit d115f45
🔍 Latest deploy log https://app.netlify.com/sites/carbon-components-react/deploys/649b01c346518d00085260e9
😎 Deploy Preview https://deploy-preview-14092--carbon-components-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.

@tw15egan tw15egan marked this pull request as ready for review June 27, 2023 18:05
@tw15egan tw15egan requested a review from a team as a code owner June 27, 2023 18:05
@tw15egan tw15egan requested review from alisonjoseph and francinelucca and removed request for a team June 27, 2023 18:05
@tw15egan tw15egan added version: 10 Issues pertaining to Carbon v10 status: ready for review 👀 labels Jun 27, 2023
Copy link
Collaborator

@francinelucca francinelucca left a comment

Choose a reason for hiding this comment

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

LGTM! confirmed no longer seeing violation

@tay1orjones tay1orjones linked an issue Jun 29, 2023 that may be closed by this pull request
@kodiakhq kodiakhq bot merged commit 92d5c0a into v10 Jun 29, 2023
@kodiakhq kodiakhq bot deleted the backport-listbox-fixes branch June 29, 2023 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready to merge 🎉 version: 10 Issues pertaining to Carbon v10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[a11y]: Port ListBox fixes to v10
3 participants