-
-
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
IME issues #802
Comments
do-not-edit-start-codetree-epic-issuesIssues in this epic:
do-not-edit-end-codetree-epic-issues |
The general idea behind fixing IME issues is to apply few changes in how rendering works and check which issues are covered:
|
Keep in mind it needs to work well in collaborative editing. |
I'd rephrase it to: It must not break collaborative editing, but the MVP here doesn't mean that IME must work flawlessly in collaborative editing. Having IME working fine during collaborative editing is the next step. |
From what I checked, preventing selection manipulation during composition is not enough to solve any of the above issues. Usually the cause is related to elements rerendering (which also may cause selection to be rerender) or both (a little more insight in https://github.com/ckeditor/ckeditor5-engine/issues/1334#issuecomment-370739811). Not sure if we should go with prevent selection re-rendering during composition as a first one in this case also because of the fact that when updating rendering mechanism (I mean further issues mentioned in #802 (comment)), selection handling may also need to be modified. WDYT @Reinmar ? |
You guys did a lot on IME issues, |
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may be relevant, so if you're interested in the solution, leave a comment or reaction under this issue. |
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue. |
We've closed your issue due to inactivity over the last year. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it). |
Umbrella ticket for all issues related to IME (Input Method Engine) support. They concern users typing in languages such as Japanese, Korean, Chinese, etc.
The text was updated successfully, but these errors were encountered: