Replies: 1 comment
-
|
Fixed, coming with the next release! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When using the font selector (Settings > Font), typing a font name only registers the first character before focus is lost. To continue typing, you have to click back into the input field for every additional character, making it practically unusable for searching or entering a full font name.
Steps to reproduce
Expected behavior
Typing a font name should work like any standard input, with focus retained for the full duration of the input session.
Notes
This is likely a focus management issue in the font picker component, possibly caused by a re-render being triggered on every keystroke that remounts or blurs the input. Worth checking if the input's
valuestate update is causing the parent component to re-render and steal focus.Beta Was this translation helpful? Give feedback.
All reactions