gokibitz icon indicating copy to clipboard operation
gokibitz copied to clipboard

Holding down arrow key to navigate breaks navigation

Open jphager2 opened this issue 6 years ago • 0 comments

Navigation through the moves of a game breaks when you hold down the arrow buttons for a while.

To reproduce just hold down the right or left arrow key. After several moves the navigation breaks, and you need to refresh the page to fix.

Probably pretty low priority since there is an easy and obvious workaround. But still would be nice :D.

There is a backtrace:

app.js:17 Uncaught Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!
Watchers fired in the last 5 iterations: []
http://errors.angularjs.org/1.6.0/$rootScope/infdig?p0=10&p1=%5B%5D
    at app.js:17
    at h.$digest (app.js:19)
    at h.$apply (app.js:19)
    at app.js:19
    at o (app.js:17)
    at app.js:17
(anonymous) @ app.js:17
$digest @ app.js:19
$apply @ app.js:19
(anonymous) @ app.js:19
o @ app.js:17
(anonymous) @ app.js:17
setTimeout (async)
c.defer @ app.js:17
o @ app.js:19
n.playerUpdate @ app.js:2
fn @ VM225:4
i.(anonymous function) @ app.js:18
update @ app.js:3
dispatchEvent @ app.js:5
update @ app.js:5
previous @ app.js:5
callback @ app.js:2
n @ app.js:7
(anonymous) @ app.js:7
$eval @ app.js:19
$apply @ app.js:19
(anonymous) @ app.js:7
i @ app.js:7
y._handleKey @ app.js:7
v.handleKey @ app.js:7
p @ app.js:7

jphager2 avatar Oct 09 '18 19:10 jphager2