Bug 160935 - [iOS WK2] Don't throw touchMove events on the floor
Summary: [iOS WK2] Don't throw touchMove events on the floor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-16 21:42 PDT by Simon Fraser (smfr)
Modified: 2016-08-17 11:53 PDT (History)
4 users (show)

See Also:


Attachments
Patch (5.51 KB, patch)
2016-08-16 21:46 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2016-08-16 21:42:42 PDT
[iOS WK2] Don't throw touchMove events on the floor
Comment 1 Simon Fraser (smfr) 2016-08-16 21:46:18 PDT
Created attachment 286273 [details]
Patch
Comment 2 WebKit Commit Bot 2016-08-16 22:50:07 PDT
Comment on attachment 286273 [details]
Patch

Clearing flags on attachment: 286273

Committed r204554: <http://trac.webkit.org/changeset/204554>
Comment 3 WebKit Commit Bot 2016-08-16 22:50:12 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Benjamin Poulain 2016-08-17 11:53:10 PDT
Wouldn't it make more sense to fix SliderThumbElement to update its last position based on the changedTouch on touchEnd?

Outside testing, you can't guarantee the position of TouchMove and TouchEnd are the same.