Unexpected behavior in splitting cells in certain tables #14658
Labels
domain:v4-compatibility
This issue reports a CKEditor 4 feature/option that's missing in CKEditor 5.
package:table
squad:core
Issue to be handled by the Core team.
support:2
An issue reported by a commercially licensed client.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
Actual result
✔️ Expected result
The cell should probably split in two, as is the case in CKE4:
cke4_split.mov
❌ Actual result
The cell splits into multiple ones. The structure of the table is further altered and an additional column gets inserted on the right:
cke5_split.mov
❓ Possible solution
It might have something to do with the number of cells to the right of the cell that is being split. The smallest possible table configuration that reproduces this issue needs 7 rows and two columns. Notice that the issue doesn't appear when there are 6 rows:
6_7_rows_split.mov
📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
table_example.html.zip
The text was updated successfully, but these errors were encountered: