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
If you click on the "Chat" text of the chat text entry field, focus is placed on the text itself, and you can't start typing a chat message. If you click anywhere else in the field, focus goes in the field and you can start typing.
This confused a couple of folks. Seems like the placeholder shouldn't prevent focus from being placed on the chat box itself.
At a glance, this is using a standard component from the slate library with the "placeholder" attribute, so perhaps a bug upstream.
The text was updated successfully, but these errors were encountered:
jpd236
added a commit
to jpd236/jolly-roger
that referenced
this issue
Dec 22, 2024
If you click on the "Chat" text of the chat text entry field, focus is placed on the text itself, and you can't start typing a chat message. If you click anywhere else in the field, focus goes in the field and you can start typing.
This confused a couple of folks. Seems like the placeholder shouldn't prevent focus from being placed on the chat box itself.
At a glance, this is using a standard component from the slate library with the "placeholder" attribute, so perhaps a bug upstream.
The text was updated successfully, but these errors were encountered: