[Webkit-unassigned] [Bug 33007] New: webkit-transform-origin-z is being ignored

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 28 20:44:27 PST 2009


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

           Summary: webkit-transform-origin-z is being ignored
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gene at cfcl.com


HERE IS A SORT OF TEST DOCUMENT.  My platform is Leopard 10.5.8 PPC

(1) there is "no effect" even if you change the transform-origin-z, presently
at 80px.

(2) and the console debugger doesn't show transform-origin-Z on the element.




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Test OriginZ</title>
<style>
#a {-webkit-transform-style: preserve-3d; 
    -webkit-perspective: 200; }
#b {-webkit-transform-origin: 0 0px; -webit-transform-origin-z: 80px; }
#b {-webkit-transform: rotateX( 20deg ) }
</style>
</head>
<body>
<div id=a style='width:200px;height:200px;background:lightgreen;' >
<div id=b style='width:40px;height:40px;background:blue' ></div>
</div>
</body>
</html>

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