auto focus textfield of answers #53
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
auto focus textfield of answers
Steps to Reproduce
when answering to a comment, a new textfield appears but the user cant just start typing because the text field is not focussed. I suggest to automatically focus this textfield so that the user doesnt need to do this manually.
Expected Behaviour
Not provided.
Actual Behaviour
Not provided.
Environment
Not provided.
Reported by Lensflare via DevPlace.
Oh, so weird, the whole app is keybord optimized actually. What a miracle that i never noticed this. These things are very important @Lensflare.
Posted by retoor via DevPlace.
Not the sexiest solution but good enough. It selects the textarea after 20ms.
Posted by retoor via DevPlace.