Describe the bug
This issue is about how the edit content page and the sidebar work together when using the keyboard or a screen reader to move around. The question to be answered is how the user can go from creating a block to editing its block content within the sidebar and come back when ends.
The sidebar populates depending on the block type (sometimes even just with a simple "enter" without the content being presented as editable). However, with a screen reader, there is no information regarding this, and it is not clear that accessing advanced edits is possible.
With only a screen reader and keyboard, it's impossible to tell if a block can be edited or if there are more settings in the sidebar.
With the cursor inside the title input (default behavior) press "ENTER"
extra: Here slate have a problem, the next step is to press "TAB", but nothing happens. In this pull request there is a solution to this problem in the packages/volto-slate/src/blocks/Text/keyboard/traverseBlocks.js file.
Expected behavior
The user needs to be free to go to the sidebar whenever he wants and exit as well, just using the keyboard. It's important to have everything with a proper description, making it clear to the user that he can edit the block via slate or via sidebar, when available.
Hi @Wagner3UB , I am trying to address this issue. I tried finding the where this module (volto slate) is being used, unfortunately I couldn't . can you please direct me to the right place?
Describe the bug This issue is about how the edit content page and the sidebar work together when using the keyboard or a screen reader to move around. The question to be answered is how the user can go from creating a block to editing its block content within the sidebar and come back when ends.
The sidebar populates depending on the block type (sometimes even just with a simple "enter" without the content being presented as editable). However, with a screen reader, there is no information regarding this, and it is not clear that accessing advanced edits is possible.
With only a screen reader and keyboard, it's impossible to tell if a block can be edited or if there are more settings in the sidebar.
To Reproduce Steps to reproduce the behavior:
packages/volto-slate/src/blocks/Text/keyboard/traverseBlocks.js
file.Expected behavior