Opened 13 years ago
Closed 13 years ago
#8746 closed Bug (duplicate)
Table Cells has incorrect Col Span after we delete Cells
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
To reproduce the defect:
- Open any CK Editor sample and insert a default Table with 3 rows & 2 columns.
- Go to last cell in first row and split it Horizontally.
- See that colspan="2" applied to second cell in both second and third rows.
- Now go to last cell in first row and delete the cell.
Issue: See that colspan="2" still applied to second cell in both second & third rows and it should be removed
DUP of #2778