Skip to content
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

Issue typing Korean after two space characters #11569

Closed
slotterbackW opened this issue Apr 5, 2022 · 5 comments · Fixed by #16289
Closed

Issue typing Korean after two space characters #11569

slotterbackW opened this issue Apr 5, 2022 · 5 comments · Fixed by #16289
Labels
domain:typing/ime This issue reports a problem with standard typing & IME (typing method for CJK languages). squad:core Issue to be handled by the Core team. type:bug This issue reports a buggy (incorrect) behavior.

Comments

@slotterbackW
Copy link

📝 Provide detailed reproduction steps (if any)

When typing Korean in CKEditor, after typing two spaces vowels stop being combined.

  1. Set keyboard language to 2-set Korean
  2. Press "d", "k", "t" keys on keyboard
  3. Notice vowels are combined into a single character
  4. Press space twice
  5. Type "d", "k", "t" again.
  6. Notice vowels are not combined

korean_ime_bug

✔️ 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.

@slotterbackW slotterbackW added the type:bug This issue reports a buggy (incorrect) behavior. label Apr 5, 2022
@FilipTokarski
Copy link
Member

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.

@FilipTokarski FilipTokarski added domain:typing/ime This issue reports a problem with standard typing & IME (typing method for CJK languages). squad:core Issue to be handled by the Core team. labels Apr 6, 2022
@Acrophost
Copy link

The issue is no longer reproducible on branch ck/11438-beforeinput-ime-research-vol1.1-android

@joniel
Copy link

joniel commented Mar 27, 2023

Still problems...
even in ckeditor hompage too... T_T;
android chrome...

KakaoTalk_20230328_013324904.mp4

@Witoso
Copy link
Member

Witoso commented Apr 5, 2023

Related issue reported for Android Chrome: #13693.

@niegowski
Copy link
Contributor

The work for this issue and others related is completed in the #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:typing/ime This issue reports a problem with standard typing & IME (typing method for CJK languages). squad:core Issue to be handled by the Core team. type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants