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.

issues with display in chrome 70

See original GitHub issue

I’m submitting a … (check one with “x”)

[X] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter

Current behavior There are visual glitches when using ngx-datatable with virtualization in chrome 70 screenshot 2018-11-08 at 19 43 06

Expected behavior Should not happen

Reproduction of the problem Install chrome 70 Go to virtualization demo http://swimlane.github.io/ngx-datatable/#horz-vert-scrolling Once some row gets focus start moving mouse around it up and down

Please tell us about your environment: Chrome 70, mac as well as linux

  • Table version: latest

  • Angular version: 6, 7

  • Browser: Chrome 70

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:12
  • Comments:14

github_iconTop GitHub Comments

22reactions
mfjharveycommented, Nov 16, 2018

I think I’ve found a fix. I was struggling with this for a while, trying to re-render the table and not getting anywhere mostly because it was glitching intermittently. Eventually I realised that this is just a CSS rendering glitch. The DOM knows exactly where each cell is supposed to be, but the CSS is rendering it inconsistently. If you let the browser know in advance that the rows are expected to have transformations applied, the glitch goes away.

.datatable-row-group {
  will-change: transform;
}

Adding that to your CSS seems to fix the issue. It was always intermittent but since adding that CSS rule, I haven’t seen it glitch at all.

10reactions
pwinsteadcommented, Nov 8, 2018

I’ve also been experiencing this issue in my own forms plus a different graphical glitch where the row background will turn black. image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues with Chrome 70.0.3538.102 and displaying ti...
Hello, Users who have Chrome 70.0.3538.102 are having issues displaying JIRA tickets on boards. Issues like: Not able to scroll vertically ...
Read more >
Chrome: 70% of all security bugs are memory safety issues
Roughly 70% of all serious security bugs in the Chrome codebase are memory management and safety bugs, Google engineers said this week. Half...
Read more >
Display issues with chrome 81 - Google Help
We have a problem after upgrading from chrome 70 to chrome 81. Many pictures are not displayed on the screen, leaving a blank...
Read more >
877125 - DisplayLink not working since upgrade to 70
1. Connect Dell D6000 Universal Dock · 2. Internal display endlessly flashes · 3. Remove dock, get error that Chrome is having issues...
Read more >
What's New In DevTools (Chrome 70)
# Chrome 84 · Fix site issues with the new Issues tab · View accessibility information in the Inspect Mode tooltip · Performance...
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