-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Exact URL of where the bug happened
During a game, when reloading the page you'll have the draw button available, even if it shouldn't be.
Steps to reproduce the bug
- Start a game
- Play a move
- Wait for the opponent to play a move
- Offer a draw
- Wait for the opponent to decline
- Notice that the draw button isn't usable anymore
- Reload the page
- Notice the draw button is now usable
- Press the draw button & confirm
- Notice that the draw offer isn't sent (nor received by the opponent), as this was a UI bug
What did you expect to happen?
The button to still be grayed after having reloaded.
What happened instead?
The button was white and usable, even though it wasn't in reality.
Operating system
Mac M1
Browser and version (or alternate access method)
Chrome most recent
EDIT :
I plan on doing it.
hb20007