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
Just did a short experiment and found something that may help (or make
things even weirder ;) )
1. Select name. Enter multi-line text. Up and down do not work.
2. Press tab. Name loses focus, something else gets focus. Nothing is
visually highlighted. According to a live expression used to track focus
<https://developers.google.com/web/tools/chrome-devtools/accessibility/focus>
in
chrome console, pressing tab moves the focus to the auto-completion
ul-element after a text field. However, the focus immediately switches to
body without further interaction.
3. Press up and down. The page scrolls.
4. Press tab. Focus is now on role. Same behaviour as in step 1.
5. Press Shift+Tab. Focus immediately switches back to name.
This tab behaviour is consistent for all fields in the new character form.
The auto-completion list also behaves unexpectedly:
1. Select name. Press @; the auto-completion list appears.
2. Press up and down. They work as expected within the list.
The live expression for focus however still shows that the text field is
focussed, not the list or its elements - despite them being highlighted.
Based on these two behaviours I suspect that the broken up/down within the
text fields may be related to the auto-completion feature.
Steps to reproduce the behavior
I did not try out all forms below "Worldbuilding" but I assume that this issue affects all of them.
Expected behavior
The mouse cursor should mo up/down to the next line.
Actual behavior
It doesn't.
The text was updated successfully, but these errors were encountered: