-
Notifications
You must be signed in to change notification settings - Fork 582
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
space key doesn't working well in Google Chrome via Japanese IME #242
Comments
This is probably the same problem as #234 |
I'm having the same issue but with Korean, but only on IE Edge. If you make heads or tails on this let me know. |
When inputting Japanese continuously
Checking newPlainTextValue makes a good result |
any idea can solve this issue in the latest version? |
I wanted to raise that this problem still exists as a couple of our users have reported this issue. We're using version |
I've confirmed that #499 fixes this problem. First, the cursor is positioned after the sentence.(
With pressing the space key to start composition process, the cursor moves to just after the first word to composite.
This cursor jumping causes something wrong with the auto-correction handling logic, and duplicates the input text.
Any plan to review & merge the PR? |
Image:
enviroments:
Working well on other browsers(IE, FireFox...) and languages (Chinese ...) .
Steps to reproduce:
The text was updated successfully, but these errors were encountered: