Hacker News new | ask | show | jobs
by frio80 4064 days ago
So this is like a Carousel for sets of <tr>'s in a table? Seems like a neat idea but on Chrome 42 (64-bit) OSX 10 scrolling fast with the trackpad causes the entire page to scroll. I assume it's because scrolling has reached the last <tr> in the table and the next set of <tr>'s has not yet been appended to the table.
3 comments

I've worked on this problem before (unfortunately in closed source corporate america).

You can just stop the scroll event from propagating in the case that there's more rows to scroll through.

Yeah seems that this problem appears only at OSX 10. I don't have a Mac but I'll fix it once I get one.
I see the same behavior on windows 8.1 by keeping the up/down key pressed down.