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

[Accessibility] Scan mode disable ENTER key for "Press ENTER to interact" #4020

Closed
compulim opened this issue Aug 12, 2021 · 0 comments · Fixed by #4041
Closed

[Accessibility] Scan mode disable ENTER key for "Press ENTER to interact" #4020

compulim opened this issue Aug 12, 2021 · 0 comments · Fixed by #4041
Assignees
Labels
area-accessibility bug Indicates an unexpected problem or an unintended behavior.
Milestone

Comments

@compulim
Copy link
Contributor

Screenshots

Version

main

Describe the bug

When navigating the transcript using screen reader, we will narrate:

"Bot said: Hello. One attachment. Sent at XXX. Press ENTER to interact."

But when screen reader is in scan mode, the ENTER is being captured by the screen reader.

Steps to reproduce

  1. Talk to a bot via https://compulim.github.io/webchat-loader/
  2. Send card breakfast to the bot
  3. While in scan mode (CAPSLOCK+SPACEBAR), use SHIFT+TAB to focus on the activity with the card
  4. Press ENTER

Expected behavior

It should focus on the card content.

We might need to change ENTER to something else. We should investigate how active descendants and focus works in other accessible compound UIs.

Additional context

[Bug]

@compulim compulim added bug Indicates an unexpected problem or an unintended behavior. Accessibility labels Aug 12, 2021
@compulim compulim added this to the R15 milestone Aug 23, 2021
@compulim compulim self-assigned this Sep 13, 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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant