Changes between Initial Version and Version 2 of Ticket #9020
- Timestamp:
- Jun 8, 2012, 12:38:57 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9020
- Property Keywords table removed
-
Ticket #9020 – Description
initial v2 1 1 Follow this simple steps: 2 1 ,create a table with 3 rows, 3 columns.3 2 ,merge the first two cells in the first row.4 3 ,veritical split the last cell(the cell after the merged cell) in the first row.2 1. create a table with 3 rows, 3 columns. 3 2. merge the first two cells in the first row. 4 3. veritical split the last cell(the cell after the merged cell) in the first row. 5 5 The table structure becomes messy after the third step. 6 6 [[BR]] 7 7 The bug is in "tabletools/plugin.js", cellInRow function. Developer should avoid adding duplicate cells, similar with "cellInCol".