RESOLVED INVALID 83948
Element having assigned "position: fixed;" css scrolls when in container having "-webkit-transform" assigned
https://bugs.webkit.org/show_bug.cgi?id=83948
Summary Element having assigned "position: fixed;" css scrolls when in container havi...
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.