Opened 13 years ago
Last modified 13 years ago
#9033 closed Bug
[Table] vertical split a cell, and then merge down, the result is wrong — at Version 2
Reported by: | tengshengbo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.6.3 |
Keywords: | Cc: |
Description (last modified by )
Steps:
- create a 3rows, 3 columns table
- vertical split the first cell in the first row
- select the first cell, merge down.
Expected: the table is still 3 rows, 3 columns
Defect: the table is messy.
This bug is in "tabletools/plugin.js", mergeCells function. After removing an empty tailTr, all cells in the previous row should be updated with new rowSpan.