I'm a bit confused because my project worked yesterday but seems to no longer work correctly today. (Yes, I've checked previous versions from git.)
The problem: Some divs previously hidden with -webkit-backface-visibility: hidden;
magically appeared.
I have isolated this issue into a fiddle:
The div is visible in Chrome at 23.0.1271.64 m
(wrong) but hidden in 25.0.1326.0 canary
(as I expected).
Can you confirm that this is indeed a bug in Chrome or am I using the CSS incorrectly somehow?
(I've updated my GPU drivers (AMD Catalyst) from 12.8 to 12.10 today, if that's important.)
Additionally, the site that demonstrates the effect I've been reproducing appears to work +- correctly at Chrome stable (except for aparrently ignoring -webkit-perspective
and animating kind of choppy), while Chrome canary renders it very well and accepts the perspective. I'm confused.