Inline toolbar keyboard navigation should be consistent with block toolbar #43564
Labels
[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
Currently, the block toolbar, once focused, is navigable with the Arrow keys, because it uses the
NavigableToolbar
component.But the inline toolbar, such as appears for Image block captions, doesn't use the same component, so it can only be navigated with Tab key. Ideally, keyboard behaviour should be consistent across both toolbars. We could use
NavigableToolbar
for the inline toolbar too.Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: