Opened 9 years ago
Last modified 9 years ago
#14683 confirmed Bug
Deleting table column leaves wrong rowspan
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 4.0 |
Keywords: | Support | Cc: |
Description
Steps to reproduce
- Create 3x3 table
- Split middle cell in middle row horizontally
- Delete middle command
Expected result
Rowspan created for cells in second row should be removed
Actual result
Rowspan created for cells in second row is not removed. This will break table layout once you start adding new rows. Please try tabbing after deleting the column. When new row is created the layout gets broken.
Other details (browser, OS, CKEditor version, installed plugins)
Attachments (2)
Change History (4)
Changed 9 years ago by
Attachment: | 2016-06-08_1734.swf added |
---|
comment:2 Changed 9 years ago by
In 2x2 table there are rowspan="2" and empty row left (<tr></tr>
). If however you add column and start adding new rows with tab, you will get layout broken in exactly the same way.
Please see attached video for this issue.
Video showing the problem