[Webkit-unassigned] [Bug 89897] New: Fixed positioning is broken when body has a webkit-transform style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 11:18:23 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89897

           Summary: Fixed positioning is broken when body has a
                    webkit-transform style
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jmayhew at motorola.com


Created an attachment (id=149329)
 --> (https://bugs.webkit.org/attachment.cgi?id=149329&action=review)
This file has a fixed position div (Blue) that incorrectly scrolls with the page content. IF you remove the webkit-transform from the body element, the blue div no longer scrolls.

Applying a webkit-transform to the body breaks the positioning of all fixed positioned elements. If you remove the webkit-transform from the body, fixed positioned content is then properly positioned and no longer scrolls with the page content.

The attached file provides an example.

-- 
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