-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Invalid char is inserted with Mention plugin in Japanese environment #6700
Comments
The way I test it:
If you try that without the steps 1-2. then "t" is included. @higty, did I get this right? |
If I input 3-5 then 田中 is inserted without problem. t is inserted. |
Another investigation of this is here. "@" --Mention list show in my setting This will not insert t after mention. The space automatically inserted after selecting mention may cause problem. |
Hi. Does this issue have any progress? |
Hi. @Reinmar |
@Reinmar |
📝 Provide detailed reproduction steps (if any)
Hi. I use CKEditor with mention plugin. CKEditor Language setting is English.
editor.create(document.getElementById("RichTextbox"), { language: "en", //other property... }
When I input Japanese character, it show below.
After mention inserted, I stroked keyboard like this.
T A N A K A Space Enter
In Japanese, space key is a trigger to translate KANA to Kanji.
✔️ Expected result
田中
"T" is not inserted before "田中".
❌ Actual result
t田中
"T" is inserted before "田中".
📃 Other details
The text was updated successfully, but these errors were encountered: