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

[WNMGDS-2762] Fix accordions interfering with keyboard strokes of child elements #3067

Merged
merged 2 commits into from
May 2, 2024

Conversation

pwolfert
Copy link
Contributor

@pwolfert pwolfert commented May 1, 2024

Summary

WNMGDS-2762

Do not allow arrow keys to navigate between accordion items anymore. This is a redundant feature that is getting in the way of forms within accordions. We talked with an accessibility specialist, and we're okay to just remove that functionality. Users can still tab between the accordion buttons.

Checklist

  • Prefixed the PR title with the Jira ticket number as [WNMGDS-####] Title or [NO-TICKET] if this is unticketed work.
  • Selected appropriate Type (only one) label for this PR, if it is a breaking change, label should only be Type: Breaking
  • Selected appropriate Impacts, multiple can be selected.
  • Selected appropriate release milestone

If this is a change to code:

  • Created or updated unit tests to cover any new or modified code
  • If necessary, updated unit-test snapshots (yarn test:unit:update) and browser-test snapshots (yarn test:browser:update)

This is a redundant feature that is getting in the way of forms within accordions.
@pwolfert pwolfert added Type: Fixed Indicates an unexpected problem or unintended behavior Impacts: Core Impacts the core DS primarily, changes may occur in other themes as well. labels May 1, 2024
@pwolfert pwolfert added this to the 10.0.1 milestone May 1, 2024
@pwolfert pwolfert requested a review from zarahzachz May 1, 2024 00:32
@pwolfert pwolfert merged commit bd6cd48 into main May 2, 2024
1 check passed
@pwolfert pwolfert deleted the pwolfert/accordion-keyboard-nav branch May 2, 2024 18:13
pwolfert added a commit that referenced this pull request May 10, 2024
…ld elements (#3067)

Do not allow arrow keys to navigate between accordion items

This is a redundant feature that is getting in the way of forms within accordions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Impacts: Core Impacts the core DS primarily, changes may occur in other themes as well. Type: Fixed Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants