Bug 134277

Summary: [iOS][WK2] We should not start potential tap activation unless the tap gesture recognizer succeed
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, sergio
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Benjamin Poulain 2014-06-24 15:56:15 PDT
[iOS][WK2] We should not start potential tap activation unless the tap gesture recognizer succeed
Comment 1 Benjamin Poulain 2014-06-24 15:58:14 PDT
Created attachment 233757 [details]
Patch
Comment 2 Joseph Pecoraro 2014-06-24 17:07:29 PDT
Comment on attachment 233757 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=233757&action=review

r=me

> Source/WebKit2/ChangeLog:12
> +        is not light on the Web Process, we should not  start if we don't care about the result.

Nit: Double space "not  start" => "not start"
Comment 3 Benjamin Poulain 2014-06-24 17:20:41 PDT
Committed r170409: <http://trac.webkit.org/changeset/170409>
Comment 4 Benjamin Poulain 2014-06-24 17:21:19 PDT
<rdar://problem/17439973>