Bug 83948

Summary: Element having assigned "position: fixed;" css scrolls when in container having "-webkit-transform" assigned
Product: WebKit Reporter: lars.sonchocky-helldorf
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
testcase.html none

lars.sonchocky-helldorf
Reported 2012-04-13 14:52:26 PDT
Created attachment 137155 [details] testcase.html An element having assigned "position: fixed;" css scrolls and is wrongly placed on the screen when it is placed in a container having "-webkit-transform" assigned. Please see the attached testcase.html
Attachments
testcase.html (620 bytes, text/html)
2012-04-13 14:52 PDT, lars.sonchocky-helldorf
no flags
Simon Fraser (smfr)
Comment 1 2012-04-13 15:23:36 PDT
WebKit's behavior matches the spec here, namely the sentence that says "The object acts as a containing block for fixed positioned descendants."
Note You need to log in before you can comment on or make changes to this bug.