-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
CIDER: Choosing latin input in Chinese IME on OSX removes previous compositions #10913
Comments
@rixtox I've just been looking into this and have few follow-up questions. I'd greatly appreciate if you'd have a moment to do the following:
Let me know if you need any help with this. Thank you! |
Previous test was performed on: This time I tried on Safari 13.0 (14608.1.49) and the result is even worse: IME interface doesn't even show up, letters are enterred backward, etc. Here are the logged key events: |
@rixtox Thanks for the feedback. It looks like your test in Safari was done with the old editor (as you have a markdown button). Could you try again after enabling the new editor and refreshing? Also, is the list of events for safari or chrome? Thanks again! |
@bwindels As shown in the expected behavior in text editor, the last enter key input is used as a confirmation of choosing latin inputs for the IME, not a new line input. The cursor should stay behind the newly typed latin word "demo". But CIDER on Safari treated it as a new line input and submited the whole input line. As a result there's no chance for me to enter more characters after the "demo" text. The list of events from my previous comment was from Chrome. |
Hi @rixtox , thanks for testing again. We've noticed the same thing in Safari while testing, but I can't see how to fix it for now, so tracking this issue at #10957 for now. I've just merged matrix-org/matrix-react-sdk#3477 to try to fix the issue you reported in Chrome. If you could try again in Chrome on latest /develop, that would be much appreciated! |
Keeping this open until confirmed fixed |
@bwindels Chrome is working properly now. |
@rixtox reported a remaining issue with IME input on CIDER:
The text was updated successfully, but these errors were encountered: