[Webkit-unassigned] [Bug 96296] New: Elements with position fixed act like position absolute when parent has a perspective

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 10 11:26:47 PDT 2012


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

           Summary: Elements with position fixed act like position
                    absolute when parent has a perspective
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gavroche.bull at gmail.com


I have an element with "position: fixed;" inside another element with "-webkit-perspective: 800;".

The element is not acting accordingly to the position fixed. For instance, the css "top" attribute to 0 will place the element to 0 in relation to the parent with the perspective. And the width attribute to 100% will be 100% of the width of the parent element instead of the viewframe.

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