Hacker News new | ask | show | jobs
by jweather 2678 days ago
Some more guidance would be appreciated... first level is pretty inscrutable with no indication of what to click on or why.

Scrolling is badly broken in the Level Log page -- one click down of my mouse wheel sends me into another dimension where I can't get back by scrolling with the mouse wheel or clicking the arrows. The only thing that gets me back is clicking in the custom scrollbar.

2 comments

I'm not sure how the scroll broke, but since it is controlled by a float it probably goes to "Infinity" or "NaN" with scroll event properties that are different than what I am expecting now. I am now checking for this and resetting to 0. I wonder if I could ask you to try again and see if you can still break it?
Mousewheel scrolling now does nothing in Firefox on Windows, which I guess is an improvement. Seems to work as expected in Chrome on Windows. Thanks for looking at it.
Thank you for this feedback, I will try and fix both today