Hacker News new | ask | show | jobs
by stopsatgreen 5066 days ago
Oh that's weird, as I run Ubuntu myself. Will download Chromium and have a look, see if I can replicate it.
1 comments

I've seen what I think is the same bug on Webkit/Linux, and I traced it to the text-rendering CSS property. If you can replicate the glitch, try unsetting text-rendering.
I am the author of some of the related code in Chrome. It's a Linux Chrome bug caused by text-rendering:optimizeLegibility.

http://code.google.com/p/chromium/issues/detail?id=55458

It's unlikely anyone else will fix it, either. Linux Chrome doesn't get much love. (Alternatively, it gets a proportionate amount of love to the size of its userbase.)

I'm really sorry I never fixed it. I sometimes use Firefox on sites like this if the rendering really matters. You can also use a user stylesheet to unset it for all sites.

Ah, interesting. I've removed that declaration from my stylesheet now, so hopefully that will fix the problem.
It would be amusingly relevant to the subject of the actual post if that feature was implemented in Chrome so you could conditionally turn this off just for the browser where it's broken. :)