Bug 82903 - [Qt] Tap highlight attempted hidden several times
Summary: [Qt] Tap highlight attempted hidden several times
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-02 08:32 PDT by Allan Sandfeld Jensen
Modified: 2012-04-03 05:06 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.98 KB, patch)
2012-04-02 08:36 PDT, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2012-04-02 08:32:47 PDT
If you touch a link and then move the finger, the tap gesture is canceled by the movement, and the tap highlight correctly disabled. It can however be attempted hidden several times both by timeouts, by additional fingers and touch end. It should only be hidden once.

One problem is that reset is often performed while the tap-recognizer is already reset.
Comment 1 Allan Sandfeld Jensen 2012-04-02 08:36:45 PDT
Created attachment 135107 [details]
Patch
Comment 2 WebKit Review Bot 2012-04-03 05:06:40 PDT
Comment on attachment 135107 [details]
Patch

Clearing flags on attachment: 135107

Committed r113012: <http://trac.webkit.org/changeset/113012>
Comment 3 WebKit Review Bot 2012-04-03 05:06:44 PDT
All reviewed patches have been landed.  Closing bug.