Hangs after a few levels
Opened this issue · 4 comments
Source: https://news.ycombinator.com/item?id=8328957
Hangs on iPad+Chrome after a few levels (the background/banana shows up but no numbers)
I am facing the same issue. I see an error in the console -
Error: Invalid negative value for <svg> attribute height="-35"
I am using Chrome on Windows 7.
@vishalsodani Even though the symptoms are the same, this may well be another issue :( The error message is something along the lines of "box ist undefined", not a negative height for the <svg>
attribute.
Is it possible for you to provide a stacktrace or other details?
@awendt I have been trying to reproduce the error. So, what I did was to fail the first and second levels a few times. And, after passing the 3rd level, I got this error
Uncaught TypeError: Cannot read property 'width' of undefined
I have been able to replicate the above error quite a few times after the 3rd level.
.
I don't see any stacktrace. I am attaching an image.
ok. I see the stacktrace
Uncaught TypeError: Cannot read property 'width' of undefined board.js:48
random_position board.js:48
Board.draw board.js:56(anonymous function)