-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Labels
[Feature] InserterThe main way to insert blocks using the + button in the editing interfaceThe main way to insert blocks using the + button in the editing interface[Focus] Accessibility (a11y)Changes that impact accessibility and need corresponding review (e.g. markup changes).Changes that impact accessibility and need corresponding review (e.g. markup changes).[Priority] HighUsed to indicate top priority items that need quick attentionUsed to indicate top priority items that need quick attention[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
Description
After inserting a list block, it appears that the DOM is modified leaving only one button. This makes all other block insert options unreadable to screen reader users and possibly not available for all. I would expect the blocks to still be available no matter what is inserted.
Step-by-step reproduction instructions
- Open a post or page.
- Select Toggle block inserter in the top bar.
- Insert a paragraph block.
- Verify you can still move around in the inserter with left and right arrows.
- Navigate to and insert a list block.
- Notice how focus is lost, this PR is fixing that: Fix focus loss due to filtering blocks #61558. Ignore this for now.
- Place focus back on the inserter and notice how pressing left and right arrows no longer works to move through your available block selections.
Screenshots, screen recording, code snippet
No response
Environment info
Gutenberg: trunk
WordPress: Latest development
Browser: Firefox on Windows, latest
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
Metadata
Metadata
Assignees
Labels
[Feature] InserterThe main way to insert blocks using the + button in the editing interfaceThe main way to insert blocks using the + button in the editing interface[Focus] Accessibility (a11y)Changes that impact accessibility and need corresponding review (e.g. markup changes).Changes that impact accessibility and need corresponding review (e.g. markup changes).[Priority] HighUsed to indicate top priority items that need quick attentionUsed to indicate top priority items that need quick attention[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended