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/Font on filtr-items #106

Open
SanboKyo opened this issue Sep 5, 2018 · 1 comment
Open

Blurry Text/Font on filtr-items #106

SanboKyo opened this issue Sep 5, 2018 · 1 comment
Labels

Comments

@SanboKyo
Copy link

SanboKyo commented Sep 5, 2018

Text on filtr-items may be blurred under certain circumstances. I looked for the cause and discovered that there are float values in the css translate3d. This is a known issue with some browsers.

I fix that by rounding the float values with translate3d in jquery.filteritr.js. Text looks fine, but unfortunately there is now a one pixel line/space every second row (because of the rounding).

Can you fix that - or is there another workaround?

@giotiskl giotiskl added the bug label Jul 25, 2019
@fvonellerts
Copy link

fvonellerts commented Feb 25, 2020

@SanboKyo Not sure this helps but I fixed similar issues using will-change: transform while transforming.

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

No branches or pull requests

3 participants