[Webkit-unassigned] [Bug 78901] New: touchmove event didn't captured correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 17 07:58:43 PST 2012


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

           Summary: touchmove event didn't captured correctly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bshe at chromium.org


To better demonstrate the issue, I have created this page:
http://settingspage.appspot.com/EventTest.html
What I expected to happen for the page is when I tap on the grey square, and move my finger up or down, the grey square will move with my finger.

It works fine for android native browser. But on "chrome for android" browser, when I tap the grey square and move my finger the first time, the grey square didn't move. Only when I tap on the screen again and move my finger, the grey square moves. It seems the touchmove event is somehow swallowed at the first time. Also, the touchmove event only got swallowed if I fire a 'test' event, and in the 'test' event handler I delete the grey square and create the same square again through JS. 

This is probably a webkit regression? Since android native browser use a earlier webkit version.

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