Bug 116111 - position: fixed & -webkit-transform rendering bug
Summary: position: fixed & -webkit-transform rendering bug
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/ragulka/byGGH/1/
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-14 11:11 PDT by Illimar Tambek
Modified: 2013-05-16 09:01 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Illimar Tambek 2013-05-14 11:11:10 PDT
When a page has a fixed position element that is contained within a relatively positioned element, and that page also has any element that uses -webkit-transform in it's styles, there is a rendering issue with anything that is inside the fixed element, and with the fixed element itself as well. The rendering issue is that when adding or removing styles and classes dynamically, the results are not rendered correctly. Also, hover styles are not working. 

Please see the URL for an example, as it is a bit hard for me to explain. This bug appears on both Chrome and Safari.
Comment 1 Simon Fraser (smfr) 2013-05-15 14:40:41 PDT
I can't reproduce in recent Nightly builds. Can you?
Comment 2 Illimar Tambek 2013-05-16 00:00:03 PDT
I haven't actually tried with Webkit Nightly. I tried with the latest Safari (6.0.04, with Webkit 536.29.13 at the time of writing) and Chrome.
Comment 3 Illimar Tambek 2013-05-16 00:04:23 PDT
I just tried with the latest Nightly and this issue seems to be fixed there.