-
-
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
Editor crashes when trying to apply browsers spellcheck suggestion in table cell in chrome/safari #6062
Comments
Hi! |
It occurs also in v15.0.0. I'll bisect it. |
I've investigated this issue and it looks like this change has introduced the bug - ckeditor/ckeditor5-typing@0aeb384. |
The first mutation:
So, it easily deletes the old text. The 2nd mutation:
So, the "commuter" text is being inserted by the browser outside of the I wonder how did it work before the changes that @Mgsy found. |
The solution to this is forcing Chrome/Safari to insert this text inside that span. It turned out that changing the |
From what I can see the above hack fixes #3243 too. It may probably fix some other bugs as well but I couldn't find any matching tickets. |
Fix: Fixed a bug with spellchecking or pasting via the context menu into a table cell crashing the editor. Closes ckeditor/ckeditor5#6062
Editor crashes when trying to apply browsers spellcheck suggestion inside table cell in chrome/safari
Stacktrace:
📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: