Hacker News new | ask | show | jobs
by hinkley 181 days ago
These feel like fixable things.
2 comments

Somewhat shockingly, apparently DOM does not give access to the raw scrollwheel data.
The ones that are moving the wrong item to the wrong place are fixable, but there will always be a problem when scrolling is quantized if there is a possibility that any item in the list is shorter than the scroll quantum.
dom scroll event interceptor maybe?