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

[macOS Safari + VoiceOver] Up/down arrow key while navigating transcript should narrate #3764

Closed
compulim opened this issue Feb 25, 2021 · 0 comments · Fixed by #3765
Closed
Labels
bug Indicates an unexpected problem or an unintended behavior.

Comments

@compulim
Copy link
Contributor

Version

Candidate of 4.12.0

Describe the bug

When using macOS Safari + VoiceOver, pressing up/down arrow keys while navigating the transcript, VoiceOver would narrate nothing.

Steps to reproduce

  1. Turn on VoiceOver
  2. Talk to MockBot for a few turns
  3. Press SHIFT TAB a few times to focus on the transcript
  4. Press UP arrow key for a few times

Expected behavior

While focus is put on activity being focused, VoiceOver narrate nothing.

Additional context

aria-descendant is only supported in a limited number of roles. If the element does not have role attribute, VoiceOver will not narrate when aria-activedescendant has changed.

[Bug]

@compulim compulim added bug Indicates an unexpected problem or an unintended behavior. customer-reported Required for internal Azure reporting. Do not delete. Bot Services Required for internal Azure reporting. Do not delete. Do not change color. and removed Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-reported Required for internal Azure reporting. Do not delete. labels Feb 25, 2021
@compulim compulim mentioned this issue Mar 2, 2021
52 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant