Navigation editable list view transfers focus to canvas when editing a menu item #47607
Labels
[Block] Navigation
Affects the Navigation Block
[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
Currently when using a keyboard (or assitive tech) to use the Nav block's list view editing focus is not managed as you'd expect.
Clicking "Edit" on a node causes the block to be selected (good) and focus to be transferred to the editor canvas (bad).
The focus should be placed on the inspector controls for the selected block. There is currently no programmatic interface that allows us to achieve this. Therefore users are required to manually move focus to the inspector controls which results in a lot of context switching.
Moreover, once you have finished editing and you go "back" to the Nav block, the list view is not focused. Again this requires you to manually move focus back to the list view.
The text was updated successfully, but these errors were encountered: