[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
Fri Nov 16 14:05:50 PST 2012


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





--- Comment #14 from Eric Seidel <eric at webkit.org>  2012-11-16 14:07:41 PST ---
(From update of attachment 174755)
View in context: https://bugs.webkit.org/attachment.cgi?id=174755&action=review

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

Why move this to setStyle instead of styleDidChange?

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