[Webkit-unassigned] [Bug 24512] New: TranslateZ doesn't work correctly alone with perspective

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 11 05:06:57 PDT 2009


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

           Summary: TranslateZ doesn't work correctly alone with perspective
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kim.gronholm at nomovok.com


Element with perspective and translateZ appears to move on XY-plane and not to
shrink/grow at all. When adding e.g. rotateX transformation function, the
translateZ works fine.

So the bug occurs on:
-webkit-transform: perspective(500) translateZ(200px);
but not on:
-webkit-transform: perspective(500) translateZ(200px) rotateX(1deg);


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list