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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 13 18:53:37 PDT 2009


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





--- Comment #10 from Charles Wei <charles.wei at torchmobile.com.cn>  2009-10-13 18:53:37 PDT ---
To Jakub:

Thanks,  Jakub. I re-investigated the DumpRenderTree.cpp, and yes, you are
right , the EventSender will only be instantiated once for one run of DRT, then
we need to reset the state of EventSender for each test case to avoid the wrong
mouse event sent. that has been addressed with EventSender::reset(). Thanks .

  leapForward(int ms) is implemented to just idle for that much of time. the
leapFoward() can make 2 seperate clicks or a double click, according to the
time interval that was leap forwarded.

I ran run-webkit-test , didn't find any regression. Actually this patch makes
one  test case a success which used to fail.

-- 
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