Bug 101033

Summary: [Qt] WTR: Make sure that eventSender.mouseDown sends a press event for the second press
Product: WebKit Reporter: Jocelyn Turcotte <jturcotte>
Component: New BugsAssignee: Jocelyn Turcotte <jturcotte>
Status: RESOLVED FIXED    
Severity: Normal CC: jturcotte
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 100949    
Attachments:
Description Flags
Patch hausmann: review+

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>