[Webkit-unassigned] [Bug 64882] New: Document mouseover event reporting incorrect mouse button

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 20 12:00:15 PDT 2011


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

           Summary: Document mouseover event reporting incorrect mouse
                    button
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: scottmg at chromium.org


In events received by a mouseover handler, event.which should be 0 when no mouse button is held down.

When no mouse button is held down, event.which is instead 1, indicating that the left mouse button is held, even though it isn't.

See also http://code.google.com/p/chromium/issues/detail?id=87473

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