You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when navigation with <tab> through a form with an os-editor one has to navigate over all format control buttons.
Wanted behavior
When navigation with tab only the first format control should be focused. When hitting tab again the editors content should be focused.
The other format buttons should still be reachable by using the keyboards arrow keys.
The text was updated successfully, but these errors were encountered:
I can include a tabindex="-1" for all elements in the os-editor. That should fix the tab navigation.
The other format buttons should still be reachable by using the keyboards arrow keys.
How should that work? Should there be a special keydown handler, which switchs the focus?
Currently when navigation with
<tab>
through a form with anos-editor
one has to navigate over all format control buttons.Wanted behavior
When navigation with tab only the first format control should be focused. When hitting tab again the editors content should be focused.
The other format buttons should still be reachable by using the keyboards arrow keys.
The text was updated successfully, but these errors were encountered: