Hi,
if you follow these steps in RadEditor:
1. Add a Table (e.g. 3x3 sized)
2. Set focus on the top right cell
3. Click on "Merge Cells Vertically" button
4. Set focus on the central cell (the second row)
5. Click on "Delete Row" button
The resulting table is a mess. This is because "delete row" doesn't check whether some of the cells on top of the affected row have a rowspan that needs to be decremented.
if you follow these steps in RadEditor:
1. Add a Table (e.g. 3x3 sized)
2. Set focus on the top right cell
3. Click on "Merge Cells Vertically" button
4. Set focus on the central cell (the second row)
5. Click on "Delete Row" button
The resulting table is a mess. This is because "delete row" doesn't check whether some of the cells on top of the affected row have a rowspan that needs to be decremented.