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.

Blinking scrollbars on full page examples on Chrome

See original GitHub issue

Some of the examples which display full page table have broken scrollbar behavior. for instance: https://rawgit.com/bvaughn/react-virtualized/master/playground/hover.html https://rawgit.com/bvaughn/react-virtualized/master/playground/grid.html

The scrolls appear and disappear maybe a hundred times per second.

I’ve noticed this on Chrome (exact version: 59.0.3071.115) on Win7. It works fine on FF.

I don’t know if this is a bug in example code or the table component itself. Either way, this is discouraging. for someone like me who is evaluating various table components for use in a project.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

11reactions
tomasfranciscocommented, Sep 11, 2017

I think it was related to the parent being able to scroll. So what I did to solve the problem was to make the parent overflow: hidden, in that way I don’t get the flickering scrollbars. Hope it helps.

8reactions
miketmoorecommented, Jun 8, 2018

We were able to solve this problem with our use of the AutoSizer and List component by setting overflow-y: hidden; on the parent container, similar to @tomasfrancisco’s solution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to avoid Flickering div due to show and hide scrollbar on ...
The best way to solve this and the flickering would be to not hide the scrollbars at all like so: .parent { width:100%;...
Read more >
Google Chrome Flickering? Here's How To Fix It | SoftwareKeep
Another hidden option in Google Chrome that may cause flickering is the smooth scrolling flag. While this seems harmless, it may cause issues...
Read more >
453839 - When Chrome is snapped to full screen, a 2nd scroll ...
Issue 453839: When Chrome is snapped to full screen, a 2nd scroll bar appears on the left hand side shifting the UI. Reported...
Read more >
Content is jumping / scrollbars flickering on/off - Drupal
The complete page is jumping 10-15px to the right and when the popup is closed back to the left. It's flickering and I...
Read more >
Flashing browser scrollbars problem (Standalone test case ...
Hi, We are seeing an annoying issue in our app where, for certain browser window sizes, when we bring up a modal dialog...
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