Opened 17 years ago
Last modified 17 years ago
#2486 closed Bug
Vertically splitting cell with colspan > 2 breaks table layout — at Initial Version
Reported by: | shri | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6.4 |
Component: | General | Version: | FCKeditor 2.6.3 |
Keywords: | Review+ | Cc: | Frederico Caldeira Knabben |
Description
Tested below steps on demo page (v2.6.3) in FF and IE
- Create a 3x2 table.
- Split cell 1 in row 1 horizontally.
- Split cell 1 in row 2 vertically.
Result: The cell is split vertically into 2 but only the first cell has colspan="2". The second cell is missing this colspan which breaks the table layout.