[Webkit-unassigned] [Bug 38056] New: [Android] The touchmove delta used in basic-single-touch-events.html is too small for Android

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 23 12:21:34 PDT 2010


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

           Summary: [Android] The touchmove delta used in
                    basic-single-touch-events.html is too small for
                    Android
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: benm at google.com
                CC: hausmann at webkit.org, jorlow at chromium.org,
                    android-webkit-unforking at google.com, gdk at chromium.org


Android is failing the basic-single-touch-events test due to an optimisation in
the Android framework that does not forward touch events to WebCore if they are
a small move. Currently the delta used in the singleTouchSequence function
in basic-single-touch-events (10, 10) -> (20, 15) falls within the scope of the
optimisation and so we fail the test as the touch event is not sent to WebCore.
I'd like to propose increasing this delta so that the test passes on Android. 

Proposed patch to follow.

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