List view: Certain screen readers still switch modes when options button receives focus #43729
Labels
[Feature] List View
Menu item in the top toolbar to select blocks from a list of links.
[Focus] Accessibility (a11y)
Changes that impact accessibility and need corresponding review (e.g. markup changes).
[Type] Bug
An existing feature does not function as intended
Description
Whenever I open the list view, my screen reader remains in edit mode. This means all keyboard input gets sent to the application, Gutenberg. This is good because it allows me to navigate up and down the left side of the grid, or block names. The problem becomes when I enter the right column where the options buttons are, landing on a button forces screen readers from edit mode to browse mode. When a screen reader is in browse mode, you are experiencing the document with the virtual cursor. This means that up, down, left, and right arrows no longer navigate the grid.
How to fix
I think adding
aria-hidden="true"
to the button may work but it will need testing. Essentially, the right side of the grid needs to have similar markup to the left side of the grid.Steps to reproduce
The text was updated successfully, but these errors were encountered: