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 using the "Flip Orientation" button, the green highlighting of the last move (from and to squares) disappears. This is because the board redraw doesn't preserve the highlighting state.
Expected Behavior:
The move highlighting should persist when flipping the board orientation, just as it does when initially loading a position with move parameters in the URL.
Reproduction Steps:
Make a move on the board
Click the "Flip Orientation" button
Observe that the green highlighting disappears
See a video here:
This can be fixed by reapplying the highlighting after the board flip operation.