question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Choppy Infinite scrolling over table elements in Chrome

See original GitHub issue

When 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:closed
  • Created 8 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
gheltoncommented, Jun 17, 2015

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.

.griddle-body > div > div {
  transform: translate3d(0px,0px,0);
}
0reactions
ryanlanciauxcommented, Feb 26, 2017

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. 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found