RESOLVED WONTFIX 45039
Flickering animation when using css transitions on an element with positioned child with indented text
https://bugs.webkit.org/show_bug.cgi?id=45039
Summary Flickering animation when using css transitions on an element with positioned...
Matias
Reported 2010-09-01 08:58:42 PDT
If I set the text-indent to anything larger than -1801px, remove the positioning or indentation, the flickering stops. The flickering is not visible in Safari on Win7, but it is visible on Mac Safari and Mac Webkit nightly r66574.
Attachments
Simon Fraser (smfr)
Comment 1 2010-09-01 12:16:37 PDT
text-indent: with some large negative value should always be combined with overflow: hidden. The flickering is expected, since WebKit has to make huge layers because of the text-indent.
Matias
Comment 2 2010-09-01 13:13:58 PDT
Overflow: hidden solved the problem. I'm just going to add that Safari 5.0 (7533.16) on Win7 as well as Chrome on any platform did not flicker.
Note You need to log in before you can comment on or make changes to this bug.