Bug 134584

Summary: Removing an element with CSS -webkit-overflow-scrolling: touch breaks subsequent touch events
Product: WebKit Reporter: Jon Honeycutt <jhoneycutt>
Component: WebCore Misc.Assignee: Jon Honeycutt <jhoneycutt>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, esprehn+autocc, glenn, gyuyoung.kim, kondapallykalyan, sergio, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Repro case
none
Patch simon.fraser: review+

Description Jon Honeycutt 2014-07-02 20:39:32 PDT
Created attachment 234311 [details]
Repro case

In a UIWebView, removing an element with css -webkit-overflow-scrolling: touch breaks subsequent touch events for a portion of the view.

<rdar://problem/17202021>
Comment 1 Jon Honeycutt 2014-07-02 20:43:04 PDT
Created attachment 234312 [details]
Patch
Comment 2 Jon Honeycutt 2014-07-02 21:26:22 PDT
Committed r170746: <http://trac.webkit.org/changeset/170746>