[Webkit-unassigned] [Bug 101857] Updating mouse cursor on style changes without emitting fake mousemove event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 16 01:17:54 PST 2013


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





--- Comment #106 from Aivo Paas <aivopaas at gmail.com>  2013-02-16 01:20:11 PST ---
(In reply to comment #102)
> (From update of attachment 188638 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=188638&action=review
> 
> > Source/WebCore/rendering/RenderObject.cpp:1971
> > -            frame->eventHandler()->dispatchFakeMouseMoveEventSoon();
> > +            frame->eventHandler()->scheduleCursorUpdate();
> 
> Why isn't dispatchFakeMouseMoveEventSoon() entirely removed?

Last time I checked it was still used in scrolling.

> Also, does this patch cause a behavior change where the cursor is changed when the mouse is down?

There is no behavior change except that it respects the cursor changes initiated by user code (cursor value change, class change causing cursor change etc.).

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