Description
When using moveTableRow, if the row contains merged cells, the command fails when moving the row downward.
Its to work fine in other cases, but moving down specifically causes unexpected behavior.
Steps to Reproduce
- Create a table with a merged cell.
- Try to move a row down using
moveTableRow.
- Observe that the command does not work as expected.
Expected Behavior
- The row should be moved down correctly,
- Merged cells should remain intact and not cause the operation to fail just like moving row up.
Actual Behavior
moveTableRow does not move the row when merged cells are present.