[Webkit-unassigned] [Bug 26401] New: mousemove event fired on click, even though the mouse does not move

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 15 03:44:53 PDT 2009


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

           Summary: mousemove event fired on click, even though the mouse
                    does not move
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://jsbin.com/iwige
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.brent at gmail.com


When you make a mouse click, the following events are fired (in order):

mousedown, mouseup, click, mousemove

even if the mouse has not moved.

Similarly, if you DO move the mouse between mousedown and mouseup, an extra
mousemove event is fired after mouseup, so the events fired are

mousedown, mousemove, mouseup, mousemove


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



More information about the webkit-unassigned mailing list