-
-
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
Table loses geometry after horizontal split and removing column #6439
Comments
The reason is that there's an empty row (with only a That remind me of "it's highly possible that other commands might produce a markup like this in certain scenario" part in #6422 (comment) π Luckily this time we have BR so it does not crash the code though. It would be easy to adjust fix added in ckeditor/ckeditor5-table#278 to also act in case there's a row with only |
Potentially related issue: #6406. Moving to nice-to-have milestone, see #6406 (comment). |
One cannot simply |
Feature: Introduced the `TableUtils.removeColumns()` method. Closes ckeditor/ckeditor5#6546. Closes ckeditor/ckeditor5#6439.
π Provide detailed reproduction steps (if any)
Delete column
βοΈ Expected result
Column is deleted
β Actual result
Geometry is lost, additional columns inserted, content changes cells:
π Other details
It occurs on master, on online docs ( since version 11.1.0 ) it behaves a bit different - after deleting column, you can see there is a ~1px space between the last column and table border highlight ( with a few pixels rendered grey ):
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: