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
Although tab, and up/down works, it'd be nice to navigate the emoji input directionally using any of up/down/left/right on your keyboard.
@bwindels pointed out this could be problematic, as we correctly use left/right to manipulate the caret in the composer. We could perhaps use up/down/left/right once a user hits tab to shift their keyboard focus to the emoji input area?
The text was updated successfully, but these errors were encountered:
I want to submit an issue for tabbing order in the emoji picker.
Use of the arrow keys immediately (or at least after typing has begun) will conflict with the use of arrow keys for editing in the text box.
The tabbing order does not (easily? quickly? ever?) reach the emoji grid, focus starts in the text box, then the input reset X, then, no visible element during repeated tabbing.
Although tab, and up/down works, it'd be nice to navigate the emoji input directionally using any of up/down/left/right on your keyboard.
@bwindels pointed out this could be problematic, as we correctly use left/right to manipulate the caret in the composer. We could perhaps use up/down/left/right once a user hits tab to shift their keyboard focus to the emoji input area?
The text was updated successfully, but these errors were encountered: