[Webkit-unassigned] [Bug 30048] [Qt] mouseUp() and mouseDown() in EventSender ignore the button argument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 11:14:22 PDT 2009


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


Jakub Wieczorek <faw217 at gmail.com> changed:

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




--- Comment #3 from Jakub Wieczorek <faw217 at gmail.com>  2009-10-05 11:14:21 PDT ---
Created an attachment (id=40645)
 --> (https://bugs.webkit.org/attachment.cgi?id=40645)
patch

(In reply to comment #2)
> (From update of attachment 40581 [details])
> What is the NoButton default useful for?  And why don't we assert() that it's
> not called?  Or are there reasons why mouseDown(3) should silently "fail"?
> 
> This should list tests which it fixes (assuming the list is relatively short). 
> But in general it looks fine.  r- for the possible NoButton confusion.  Please
> explain why NoButton is correct there.

Right, NoButton does not make much sense. I took a look at the EventSender from
the Windows port and changed the patch to do something similar.

So mouseDown(3) will send a middle button event and the fallback button will be
the left button.

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