[Webkit-unassigned] [Bug 25216] Absolute positon div over iframe does not repaint correctly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 30 08:50:33 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=25216
Josh Christensen <eth1kz.j3 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eth1kz.j3 at gmail.com
--- Comment #3 from Josh Christensen <eth1kz.j3 at gmail.com> 2014-07-30 08:50:46 PST ---
I had a similar issue using a video background with a fixed position and having my menu fixed as well. Webkit would smear it and make it look duplicated at certain points.
I did some searching and found a fix.
I applied this on my element getting smeared.
-webkit-transform: translateZ(0);
Another one that has worked for some is:
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list