Opened 13 years ago
Last modified 9 years ago
#9020 confirmed Bug
"vertical split a cell" works error when the row contains "colpan>1" cells — at Initial Version
Reported by: | tengshengbo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.1 |
Keywords: | HasPatch Support | Cc: |
Description
Follow this simple steps: 1, create a table with 3 rows, 3 columns. 2, merge the first two cells in the first row. 3, veritical split the last cell(the cell after the merged cell) in the first row. The table structure becomes messy after the third step.
The bug is in "tabletools/plugin.js", cellInRow function. Developer should avoid adding duplicate cells, similar with "cellInCol".