issues with display in chrome 70
See original GitHub issueI’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
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:
- Created 5 years ago
- Reactions:12
- Comments:14
Top 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 >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 FreeTop 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
Top GitHub Comments
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.
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.
I’ve also been experiencing this issue in my own forms plus a different graphical glitch where the row background will turn black.