chaitu236 / TakWeb

Javascript based Tak client
https://www.playtak.com
GNU General Public License v2.0
40 stars 18 forks source link

Fixed Scroll-to-bottom of notation list. #44

Closed NoHatCoder closed 8 years ago

NoHatCoder commented 8 years ago

When a new move is played the notation list should scroll to bottom. Current code scroll to a value depending on current scroll, which makes the scroll go back and forth. The game has to be longer than two times the notation window for this bug to occur. I fixed it with a brute scroll-to-plenty.

chaitu236 commented 8 years ago

I had been meaning to fix this for a while.. thanks for the patch.