Y
Hacker News
new
|
ask
|
show
|
jobs
by
hinkley
181 days ago
These feel like fixable things.
2 comments
webstrand
180 days ago
Somewhat shockingly, apparently DOM does not give access to the raw scrollwheel data.
link
topaz0
181 days ago
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.
link
awinter-py
180 days ago
dom scroll event interceptor maybe?
link