artasparks / glift

Go Lightweight Frontend
MIT License
115 stars 33 forks source link

Board markup draw canceled by hover during navigation #116

Closed yewang closed 8 years ago

yewang commented 9 years ago

If you have the mouse hovering over the board (producing a transparent overlay of a stone) while navigating through the game using the arrow keys, the drawing of board markup seems to be canceled at that location (and some other locations). The markup remains missing even after you move the mouse, but it can be fixed by moving the mouse off of the board, then navigating away from and back to the affected board position.

artasparks commented 8 years ago

Thanks for the report -- I know it's been a while, but I should have a fix now. The solution I came up with was to cancel the hover stones while using the mousewheel or the arrow-buttons.