Bug 134530 - [iOS][WK2] Fix a race between the short tap and long tap highlight
Summary: [iOS][WK2] Fix a race between the short tap and long tap highlight
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:
Depends on:
Blocks:
 
Reported: 2014-07-01 17:24 PDT by Benjamin Poulain
Modified: 2014-07-01 17:49 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.98 KB, patch)
2014-07-01 17:35 PDT, Benjamin Poulain
enrica: 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-07-01 17:24:56 PDT
[iOS][WK2] Fix a race between the short tap and long tap highlight
Comment 1 Benjamin Poulain 2014-07-01 17:35:15 PDT
Created attachment 234226 [details]
Patch
Comment 2 Enrica Casucci 2014-07-01 17:38:25 PDT
Comment on attachment 234226 [details]
Patch

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

Looks reasonable,

> Source/WebKit2/ChangeLog:23
> +        Just invalidating the ID would create an other race:

typo 'an other'
Comment 3 Benjamin Poulain 2014-07-01 17:49:56 PDT
Committed r170684: <http://trac.webkit.org/changeset/170684>