Live data from Hacker News

Accidental layer creation

jsbin.com

11–14 of 14 posts

Re: Accidental layer creation

#13
post #12

This is a bug in chrome: https://code.google.com/p/chromium/issues/detail?id=100666

https://code.google.com/p/chromium/issues/detail?id=122083

You will also see other artifacts when placing text with css transforms over any other compositing layer (canvas, elements with css transform/animation etc).

Re: Accidental layer creation

#14

Instead of z-index hacks, you can solve for Webkit (the only browser where this quirk happens so far) with: -webkit-font-smoothing: subpixel-antialiased !important;

This is what I do... it should be noted though that some devs may not want that style rendering by default.
Post reply on HN