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

If it is an iOS browser, the first character of each line will be fixed without permission. #10625

Closed
yuya-tani opened this issue Oct 1, 2021 · 2 comments
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it. type:bug This issue reports a buggy (incorrect) behavior.

Comments

@yuya-tani
Copy link

I am using CKEditor5.

The following phenomenon occurs in safari on iOS (14.7.1) and macOS (10.15.7).
In the case of iOS, the same phenomenon occurs with chrome,
In case of macOS, it does not occur in chrome.

Only the first character of each line in the editor in a language such as Japanese that has a character conversion process
It will be confirmed during input.

For example, if you type "image" (typing key is "nihon"), you will get "n image".
It is a phenomenon that the first character "n" is fixed.

It didn't happen in a normal text area that wasn't an editor.

Best regard.

@yuya-tani yuya-tani added the type:bug This issue reports a buggy (incorrect) behavior. label Oct 1, 2021
@FilipTokarski
Copy link
Member

Hi, thank you for the report. This is a known issue. We are aware of the problems with IME, but unfortunately solving those issues is not trivial and requires a lot of effort. We will try to address as many of such cases as possible with migration to beforeInput, but due to our current amount of work and other obligations, we cannot guarantee any ETA for this.

I'll close this issue as a duplicate.

@FilipTokarski FilipTokarski added the resolution:duplicate This issue is a duplicate of another issue and was merged into it. label Oct 1, 2021
@yuya-tani
Copy link
Author

Hi, thank you for your reply.

Was it a problem you already had? I'm sorry.
After all it is a problem of IME.

I am looking forward to a future that will be fixed someday.
Best regard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it. type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

2 participants