fixed-data-table-2 icon indicating copy to clipboard operation
fixed-data-table-2 copied to clipboard

Blurry text in Chrome based browsers on Windows when site zoomed

Open belyanskii opened this issue 4 years ago • 2 comments

Hi! I have some blurry problems in Chrome based browsers on Windows when browser zoom < 100% The bug is strange, not all lines are blurred :) I try to switch off transform: translate3d() and set position by top for first and fourth lines (u can see at screenshot) and problem are gone.

One of idea is to set positioning type from params at translateDOMPositionXY.js#L22

  • Version used: 1.1.1
  • Browser Name and version: Chrome, Yandex Browser
  • Operating System and version (desktop or mobile): Windows 10
  • Link to your project: http://schrodinger.github.io/fixed-data-table-2/example-object-data.html

blurry_example

belyanskii avatar Jun 23 '20 11:06 belyanskii