[Webkit-unassigned] [Bug 30271] [QT] DRT doesn't support double click simulation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 10 01:12:30 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30271


Charles Wei <charles.wei at torchmobile.com.cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40985|                            |review?
               Flag|                            |




--- Comment #1 from Charles Wei <charles.wei at torchmobile.com.cn>  2009-10-10 01:12:29 PDT ---
Created an attachment (id=40985)
 --> (https://bugs.webkit.org/attachment.cgi?id=40985)
[QT] DumpRenderTree double click simulation with 2 consecutive mouse click
event

On Qt platform , for a double click mouse event , the event sequence sent to
the application is like this :

MouseButtonPress,  MouseButtonRelease,  MouseButtonDblClick, MouseButtonRelease

So in the DumpRenderTree,  if the JavaScript test code is :

EventSender.mouseDown(button);
EventSender.mouseUp(button);
EventSender.mouseDown(button);
EventSender.mouseUp(button);

The event sequence mentioned above should be send to the webkit,  and in event
handler for MousebuttonDblClick, an MouseButtonPressEvent will be automatically
emitted inside webkit.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list