Choppy Infinite scrolling over table elements in Chrome
See original GitHub issueWhen using the demos(and in my own code) I experience choppy, momentum-less infinite scrolling. I’ve noticed if I scroll with my cursor over the data table it’s choppy, but if I hold my cursor over the scrollbar it scrolls normally. Firefox scrolls normally in all cases.
I’m still looking for a workaround, only thing that works for me so far is to set pointer-events
to none
on the td
elements, but this is not a real solution of course. Anyone else experience this or have any insight?
OSX Chrome Version 43.0.2357.124 (64-bit)
Issue Analytics
- State:
- Created 8 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Stuttery scrolling in Chrome with VirtualScroll #87 - GitHub
I just noticed that the VirtualScroll element has stuttery scrolling in Chrome. Here's a video: http://jlongster.com/s/chrome-stutter.mp4.
Read more >Improving iScroll performance on a large table - Stack Overflow
The issue I'm experiencing is that as soon as my data sets gets big enough, the scrolling gets more and more choppy/less smooth....
Read more >How to Scrape Infinite Scroll Web Pages? - Agenty
Testing your infinite scroll function · Open Chrome developer mode · Click on New snippet button · Enter the function code in editor...
Read more >Complexities of an infinite scroller - Chrome Developers
Our demo case is going to be a Hangouts-like chat window where we can scroll through the messages. The first thing we need...
Read more >How I made Google's data grid scroll faster with a line of CSS
I work in UX, I am constantly being given designs that don't work well with native/semantic elements- a great example is tables. As...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m able to workaround this issue by setting
transform: translate3d(0px,0px,0);
on the div containing the table with the style below, it doesn’t run as well as FF but 95% there.Sorry – I realize this is from some time ago but this should no longer be an issue in Griddle 1.0 with the virtual scrolling plugin. Closing for now but please feel free to open an issue if any problems are encountered. 👍