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 it is not possible to move past the font size input in the lexical playground toolbar when using a keyboard. Pressing tab when focused on the font size input will automatically move the focus to the editor.
toolbar-accessibility.mp4
Lexical version: v0.18.0
Steps To Reproduce
Move keyboard focus to the beginning of the toolbar.
Attempt to tab past the font size input.
Focus is moved to the editor, making it impossible to access the other buttons in the toolbar.
The current behavior
Tabbing past the font size input moves the focus to the editor, preventing the rest of the toolbar from being accessed.
The expected behavior
Tabbing past the font size input without interacting with it directly should move the focus to the next button in the toolbar.
If the font size input has been interacted with directly (e.g. changing value), existing functionality should continue (pressing tab moves the focus to the editor).
Impact of fix
Would allow keyboard users to use the full functionality available in the lexical playground toolbar.
The text was updated successfully, but these errors were encountered:
Currently it is not possible to move past the font size input in the lexical playground toolbar when using a keyboard. Pressing tab when focused on the font size input will automatically move the focus to the editor.
toolbar-accessibility.mp4
Lexical version: v0.18.0
Steps To Reproduce
The current behavior
Tabbing past the font size input moves the focus to the editor, preventing the rest of the toolbar from being accessed.
The expected behavior
Tabbing past the font size input without interacting with it directly should move the focus to the next button in the toolbar.
If the font size input has been interacted with directly (e.g. changing value), existing functionality should continue (pressing tab moves the focus to the editor).
Impact of fix
The text was updated successfully, but these errors were encountered: