You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When moving a row that contains merged cells using moveTableRow, the selection after the move becomes incorrect only if the target index contain a merge cell.
The row itself may move, but the resulting selection does not point to the expected row/cells.
Steps to Reproduce
Create a table with merged cells.
Place the selection in a row that contains merged cells.
Call moveTableRow("down") or moveTableRow("up").
Observe that the resulting selection is not aligned with the moved row.
Expected Behavior
The row should move correctly, and the selection should remain consistent with the moved row.
Actual Behavior
After the move, the selection points to the next index instead of original index.