[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
Mon Nov 19 02:34:37 PST 2012


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





--- Comment #19 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2012-11-19 02:36:32 PST ---
(From update of attachment 174920)
View in context: https://bugs.webkit.org/attachment.cgi?id=174920&action=review

> Source/WebCore/rendering/RenderObject.cpp:1809
> +    if (oldStyle.get() && !areCursorsEqual(oldStyle.get(), this->style())) {
> +        if (Frame* frame = this->frame())
> +            frame->eventHandler()->updateCursor();
> +    }
> +

Would there be a problem in only updating the cursor when node is hovered?

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