[Webkit-unassigned] [Bug 31379] New: iPhone gestures don't work with animations using translate()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 15:15:30 PST 2009


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

           Summary: iPhone gestures don't work with animations using
                    translate()
           Product: WebKit
           Version: 312.x
          Platform: Macintosh
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: scott.a.jenson+bugs at gmail.com
                CC: dino at apple.com


touch gestures don't appear to work well on elements that are animated using
transform. The following file shows this behavior with a work around animating
TOP instead.

Expected behavior: 
Every tap on the falling element should toggle color

Actually behavior: 
If you wait until the object falls outside of it's original bounding box,
gestures are not registered at all. If you tap right away before it moves very
far, it somehow 'initializes' the element and taps DO work throughout the
animation.

Scott Jenson
Google

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