-
-
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
IndexSizeError iPad Japanese characters #992
Comments
Most likely one of many IME issues. @Mgsy do you confirm it? |
I'm able to reproduce it. I've received the same error:
Tested on iOS 11.3. |
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). |
Is this a bug report or feature request? (choose one)
🐞 Bug report
💻 Version of CKEditor
CKEditor5 classic 1.0.0-beta.3
📋 Steps to reproduce
Additional Steps that result in a cascade type problem:
6. delete another character--error is thrown again (let X be the current visible text)
7. reselect the editor and type any number of characters appended to original string
8. within JS, if at this point you call getData() on the editor, only X will be returned.
✅ Expected result
completion suggestion box stays underneath position of typed text within the editor
❎ Actual result
completion suggestion box moves to the upper left corner of html view
📃 Other details that might be useful
When debugging the app, I noticed there was an IndexSizeError thrown from within ckeditor.js
The text was updated successfully, but these errors were encountered: