Bug 160935

Summary: [iOS WK2] Don't throw touchMove events on the floor
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, simon.fraser, thorton
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.