Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blurry text in Chrome based browsers on Windows when site zoomed #544

Open
belyanskii opened this issue Jun 23, 2020 · 2 comments
Open

Blurry text in Chrome based browsers on Windows when site zoomed #544

belyanskii opened this issue Jun 23, 2020 · 2 comments

Comments

@belyanskii
Copy link

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

blurry_example

@belyanskii
Copy link
Author

I found a similar issue - facebookarchive/fixed-data-table#176

@wcjordan
Copy link
Member

Hmm interesting. I can't say we do much testing at different browser zoom levels. If you want to experiment with adding a check for browser zoom to the if statement which checks hasCSSTransforms, that might be a good solution we'd accept a PR for if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants