[Webkit-unassigned] [Bug 113920] New: Mouseover event fired on cursor style change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 3 21:34:41 PDT 2013


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

           Summary: Mouseover event fired on cursor style change
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://jsfiddle.net/d74EP/5/
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Events
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mabaumba at us.ibm.com


Whenever changing the cursor, WebKit fires a mousemove event. This doesn't seem correct, or at least is inconsistent with other browsers as Firefox and Internet Explorer don't seem to exhibit this problem. If there's some documentation in the specification that states that this can happen, a pointer to that would be useful.

Steps to reproduce:

1. Load the JSFiddle at the URL above.
2. Click (to focus) on the Result area in the bottom right quadrant.
3. Type 'a' to cause a cursor change to "auto" and 's' to cause a cursor change to "move."

Result: Any time the cursor changes to a different style, a mousemove event is fired. Repeated calls to set the cursor style to the current style does not cause mousemove events.

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