-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix: Make left and right arrow keys only navigate within the current block/comment #9531
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
base: add-screen-reader-support-experimental
Are you sure you want to change the base?
Conversation
BenHenning
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gonfunko! Had a few comments, one of which is specifically looking for some clarity.
|
Also, the keyboard nav tests look to be real failures but that's unsurprising since this is a bit change in left/right navigation. |
BenHenning
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gonfunko. This LGTM!
The basics
The details
Proposed Changes
This PR updates the behavior of the left and right arrow keys to only navigate within the current block/workspace comment, rather than traversing through the entire workspace. This is in response to feedback from screen reader user testing. Up and down may still be used to navigate from block to block and across stacks.