Skip to content

Fixes android screen-keyboard backspace issue. #124288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2021

Conversation

huszkacs
Copy link
Contributor

This PR fixes #107602.

Android screen-keyboard event's code field is empty, therefor it has to be set by the keyCode value. Reason why that one liner is enough, because the commandId later will be calculated based on the code value. In case of Backspace Keydown event commandId must be 'deleteLeft' in order to perform a delete.

@Tyriar Tyriar assigned alexdima and unassigned Tyriar May 25, 2021
@alexdima alexdima added this to the May 2021 milestone May 31, 2021
@alexdima
Copy link
Member

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with Backspace in Codespaces on Android (Surface Duo)
3 participants