-
-
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
Plugin crashes with spaces in HTML-Code with tables #3251
Comments
Confirmed, thanks. |
Turnes out we stumbled upon this in https://github.com/ckeditor/ckeditor5-paste-from-office/issues/23#issuecomment-436678497 too. |
@Reinmar |
We plan a code freeze in 1-2 weeks and then 1-2 weeks for a testing phase and preparing the release, so 3-4 weeks. You shouldn't have a problem to backport the patch from the PR to the last release, though. |
Fix: Skip text nodes between `tr` elements during table upcast. Closes #145.
Works like charm, thanks for that quick bugfix! |
Hi,
we figured out the following issue with the table plugin:
This causes the following error (reproducable with current master build on ckeditor.com):
If we remove the space between the third and fourth-row tr-tag, all works fine.
Can someone of you investigate here?
Thanks!
The text was updated successfully, but these errors were encountered: