[Webkit-unassigned] [Bug 145407] New: JavaScript WebKitCSSMatrix 'rotate' method on iOS generates matrix different than the method in other OS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 27 07:10:35 PDT 2015


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

            Bug ID: 145407
           Summary: JavaScript WebKitCSSMatrix 'rotate' method on iOS
                    generates matrix different than the method in other OS
    Classification: Unclassified
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Hardware: iOS
                OS: iOS 8.2
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: damianstefaniak1987 at gmail.com

stackoverflow: http://stackoverflow.com/questions/30454078/webkitcssmatrix-rotate-method-on-ios-safari-chrome-and-other-browsers-genera
js fiddle testbed: http://jsfiddle.net/DamianS1987/c5c0r4y6/18/

The above js fiddle testbed using WebKitCSSMatrix constructor and 'rotate' method generates following strings:

-iOS (8.3) ipadMini (Safari,Chrome) or ipad 3 retina iOS (8.3)
matrix(0, 0.258819, 0, 0.965926, 0, 0);

-Mac Yosemite, Win8.1, Android (any browser)
matrix(0.965926, 0.258819, -0.258819, 0.965926, 0, 0);

Now most major devices work well. However, ipad (tested on two different devices) generates matrix with 'a' and 'd' values equal to 0 - transform: matrix(a, c, b, d, tx, ty).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150527/4182e2a6/attachment.html>


More information about the webkit-unassigned mailing list