Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed actions button around wrapper text input and tried to add focus on wrapper #6344

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SaraBianchi
Copy link
Contributor

Screenshot 2024-09-26 alle 21 26 29

The idea of flow

  1. After the first tab on the title we have a focus on input slate field
    1.a Now we are inside of slate editor, for change block we need to use the arrow up and the arrow down (↑, ↓)
    1.b Pressing the Esc key the focus exit the editor and go to the external wrapper (2)
  2. Add an AriaDescribedby on wrapper to identify a block
    2.a We insert a group of actions, add, delete and drag and drop, and return into wrapper, with Tab key navigate these actions on infinite loop
    2.b When we are on wrapper action, pressing Enter key we go to edit the text on input slate field (1)
    2.c The others actions can be activate with Enter key also (default behavior)

Issues:
#5204

Pr:
#6314
#5271

Copy link

netlify bot commented Sep 27, 2024

Deploy Preview for plone-components canceled.

Name Link
🔨 Latest commit 6264011
🔍 Latest deploy log https://app.netlify.com/sites/plone-components/deploys/66f6904c7d1d1200080b9edc

@Wagner3UB
Copy link
Contributor

@SaraBianchi We need to explain more clearly what we need to do, what we intend to accomplish, and our overall idea. Maybe someone can help us with this situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
99 tag: UX Accessibility Accessibility issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants