ckeditor5
ckeditor5 copied to clipboard
Issue typing Korean after two space characters
📝 Provide detailed reproduction steps (if any)
When typing Korean in CKEditor, after typing two spaces vowels stop being combined.
- Set keyboard language to 2-set Korean
- Press "d", "k", "t" keys on keyboard
- Notice vowels are combined into a single character
- Press space twice
- Type "d", "k", "t" again.
- Notice vowels are not combined
✔️ Expected result
The vowels should be combined again, and produce the same character which was produced when typing them before the spaces.
❌ Actual result
The vowels are not combined.
📃 Other details
- Browser: Chome
- OS: MacOS 11.6.2
- First affected CKEditor version: …
- Installed CKEditor plugins: Reproducible on classic editor and possibly others?
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
Hi, thanks for the report. We are aware of issues with IME and we plan to address them in migration to beforeInput
, which is currently very high on our priority list.
The issue is no longer reproducible on branch ck/11438-beforeinput-ime-research-vol1.1-android
Still problems... even in ckeditor hompage too... T_T; android chrome...
https://user-images.githubusercontent.com/933971/228006649-8211e9a1-87d4-4540-9359-5135ee6a99b9.mp4
Related issue reported for Android Chrome: #13693.
The work for this issue and others related is completed in the https://github.com/ckeditor/ckeditor5/pull/16289, and we finalized the round of internal (successful) tests. I encourage everyone to test the PR if you have a chance. It should be merged in the following days, and will be a part of the next release.