Opened 9 years ago
Last modified 9 years ago
#14430 confirmed Bug
Splitting/merging table cells messes up table layout
Reported by: | Lynne Kues | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Create a table with 7 row, 5 cols. See attachment starting-table.png.
- Merge right cell B3.
- Merge right cell C4.
- Split vertical cell B4.
- Merge down cell E5. Then split vertical.
- Split horizontal cell C4.
Expected result
Step 6 should split the cell horizontally and table layout should be maintained properly.
Actual result
The table layout gets messed up. See resulting-table.png.
Attachments (2)
Change History (3)
Changed 9 years ago by
Attachment: | starting-table.png added |
---|
Changed 9 years ago by
Attachment: | resulting-table.png added |
---|
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.5.7 → 3.0 |
Starting code:
After all these steps cell E4 gets rowspan 3 instead of 2 thus the error.
Problem can be reproduced even in CKEditor 3.x. It seems it has been always working that way.