-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Using keyboard to jump between widget areas is difficult #25877
Comments
Related to #25766 |
I did some testing, and it looks like I could use the down arrow to move to the next widget area, but I would expect it to expand (if collapsed) when pressing |
When testing #25880, I noticed that when a widget area is focused, you can use tab to highlight the panel at which point space can be used to open the panel. As mentioned, the number of tab stops is potentially confusing. Usually for blocks the first focusable element in the block receives focus, which I would expect to be the same in a widget area.. |
I also ran into this while testing and think we should replicate the behavior from the editor. When a whole widget are is selected, and whether it's expanded or collapsed, I should be able to navigate through them with TAB and also Up and Down arrows. |
Related #25880. |
Currently, arrow down moves into the widget area when it's opened, and to the next area when it's closed. But it's now easier to open/close widget areas by pressing enter or space when the header is focused. Tab moves to the sidebar, which is the same behaviour as in the post editor. Is there any further action required for this issue? |
I think we're ok! |
Problem
Using the keyboard to jump between widget areas is difficult. I tried using
TAB
and/or usingArrow Down
key, but it appears I have to jump through all the blocks before I can get to the next widget area. Notice that as I finally jumped to other areas, I couldn't get the accordion to open for me.Solution
I recommend that when the area is selected, using
TAB
jumps to the next widget area. If I want to jump into that particular widget area, using theArrow Down
to do so makes sense to me, or clickEnter
to jump to the first block in the area works too. But I'm open to any correction here from the Accessibility Team.Example of problem
The text was updated successfully, but these errors were encountered: