[Webkit-unassigned] [Bug 67695] New: (animated?) rotate and rotate3d improperly handle values over 180 degrees

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 6 21:26:04 PDT 2011


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

           Summary: (animated?) rotate and rotate3d improperly handle
                    values over 180 degrees
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: https://spreadsheets.google.com/spreadsheet/pub?hl=en_
                    US&hl=en_US&key=0AojtvjY4aEBDdDNsTUpGZ2ZsemZuRTBVSm5CW
                    lEwYkE&single=true&gid=0&output=html
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit.org at JFSIII.org


What steps will reproduce the problem?
1. Go to https://spreadsheets.google.com/spreadsheet/pub?hl=en_US&hl=en_US&key=0AojtvjY4aEBDdDNsTUpGZ2ZsemZuRTBVSm5CWlEwYkE&single=true&gid=0&output=html
2. Go to any of the various example URLs
3. Observe

What is the expected result?
An animation should occur in which the target is rotated the from the start point and rotation to the end point and rotation

What happens instead?
For values over 180 degrees, the rotation is not correct. It's as though the calculation becomes "(distance % 180) - 180" under certain conditions.

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