Bug 101033 - [Qt] WTR: Make sure that eventSender.mouseDown sends a press event for the second press
Summary: [Qt] WTR: Make sure that eventSender.mouseDown sends a press event for the se...
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: Jocelyn Turcotte
URL:
Keywords:
Depends on:
Blocks: 100949
  Show dependency treegraph
 
Reported: 2012-11-02 02:48 PDT by Jocelyn Turcotte
Modified: 2013-02-26 03:56 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.57 KB, patch)
2012-11-02 02:52 PDT, Jocelyn Turcotte
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jocelyn Turcotte 2012-11-02 02:48:34 PDT
[Qt] WTR: Make sure that eventSender.mouseDown sends a press event for the second press
Comment 1 Jocelyn Turcotte 2012-11-02 02:52:57 PDT
Created attachment 172018 [details]
Patch
Comment 2 Simon Hausmann 2012-11-02 04:24:34 PDT
Comment on attachment 172018 [details]
Patch

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

> Tools/ChangeLog:9
> +        MouseButtonDblClick events aren't interpretted as Press events anymore.

interpretted -> interpreted
Comment 3 Jocelyn Turcotte 2012-11-02 05:08:55 PDT
Committed r133285: <http://trac.webkit.org/changeset/133285>