WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
78901
touchmove event didn't captured correctly
https://bugs.webkit.org/show_bug.cgi?id=78901
Summary
touchmove event didn't captured correctly
Biao
Reported
2012-02-17 07:58:44 PST
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug