osu-web
osu-web copied to clipboard
In modding review, autocorrect mobile keyboards may duplicate text, make text input weird, and make the entire modding page blank.
Autocorrect mobile keyboards may duplicate text, make text input weird, and make the entire modding page blank. This issue will occur when using Google Keyboard for Android. Other similar autocorrect keyboards may be affected by these too.
I am using the Chinese Pinyin variant of Google Keyboard in the below videos attached. This is reproducible with Gboard - the Google Keyboard.
Video: Weird text input when editing in-between numbers.
Video: Any kind of keyboard input mid-text will cause texts to duplicate.
The main issue appears to be the way Android keyboards handle input events for browsers making it problematic for React and WYSIWYG editors. https://github.com/ianstormtaylor/slate/search?q=android+input&type=Issues
Also general IME bugs https://github.com/ianstormtaylor/slate/search?q=IME&type=issues
Will bump this up in priority due to multiple people hitting it.