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

Individual carousel cards are not narrated by AT when focusing inside the carousel #3834

Closed
corinagum opened this issue Apr 6, 2021 · 0 comments · Fixed by #3841
Closed
Labels
area-accessibility bug Indicates an unexpected problem or an unintended behavior. needs-scheduling

Comments

@corinagum
Copy link
Contributor

Screenshots

Version

4.13.0

Describe the bug

When navigating by keyboard so focus inside a carousel, AT will read buttons, but not read the content of the card.

Steps to reproduce

  1. Go to MockBot/playground
  2. Turn on AT
  3. Type 'carousel'
  4. Note that aria-live reads the entire contents of the carousel (expected)
  5. Using keyboard, navigate into transcript and focus on carousel attachment (pressing enter to interact)
  6. All buttons are focusable (and read aloud), but the card contents are not read. (incorrect)

Expected behavior

When navigating by keyboard, AT should summarize each card when focused, or at least summarize details (aria-details) when focusing on buttons inside the card.

[Bug]

@corinagum corinagum added bug Indicates an unexpected problem or an unintended behavior. area-accessibility labels Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-accessibility bug Indicates an unexpected problem or an unintended behavior. needs-scheduling
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant