RESOLVED DUPLICATE of bug 101857 113920
Mouseover event fired on cursor style change
https://bugs.webkit.org/show_bug.cgi?id=113920
Summary Mouseover event fired on cursor style change
Marc Baumbach
Reported 2013-04-03 21:32:54 PDT
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.
Attachments
Test case (524 bytes, text/html)
2013-04-03 21:42 PDT, Marc Baumbach
no flags
Marc Baumbach
Comment 1 2013-04-03 21:42:12 PDT
Created attachment 196434 [details] Test case Attached a test case in case the jsfiddle is inaccessible.
Alexey Proskuryakov
Comment 2 2013-04-04 09:39:23 PDT
*** This bug has been marked as a duplicate of bug 101857 ***
Lucas Forschler
Comment 3 2019-02-06 09:18:54 PST
Mass move bugs into the DOM component.
Note You need to log in before you can comment on or make changes to this bug.