#9033 closed Bug (duplicate)
[Table] vertical split a cell, and then merge down, the result is wrong
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.
Change History (4)
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:3 follow-up: 4 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is a DUP of #8666
@tengshengbo I have copied your proposed fix to that ticket.
comment:4 Changed 13 years ago by
Replying to j.swiderski: Thanks.
This is a DUP of #8666
@tengshengbo I have copied your proposed fix to that ticket.
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.