Bug 134584 - Removing an element with CSS -webkit-overflow-scrolling: touch breaks subsequent touch events
Summary: Removing an element with CSS -webkit-overflow-scrolling: touch breaks subsequ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jon Honeycutt
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-07-02 20:39 PDT by Jon Honeycutt
Modified: 2014-07-02 21:26 PDT (History)
9 users (show)

See Also:


Attachments
Repro case (2.33 KB, text/html)
2014-07-02 20:39 PDT, Jon Honeycutt
no flags Details
Patch (5.14 KB, patch)
2014-07-02 20:43 PDT, Jon Honeycutt
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>