Bug 134277 - [iOS][WK2] We should not start potential tap activation unless the tap gesture recognizer succeed
Summary: [iOS][WK2] We should not start potential tap activation unless the tap gestur...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-06-24 15:56 PDT by Benjamin Poulain
Modified: 2014-06-24 17:21 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.79 KB, patch)
2014-06-24 15:58 PDT, Benjamin Poulain
andersca: review+
Details | Formatted Diff | Diff

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