[Webkit-unassigned] [Bug 18930] mouseenter and mouseleave events not supported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 27 08:05:59 PDT 2012


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





--- Comment #23 from Erik Arvidsson <arv at chromium.org>  2012-09-27 08:06:23 PST ---
(From update of attachment 165998)
View in context: https://bugs.webkit.org/attachment.cgi?id=165998&action=review

> Source/WebCore/dom/Node.cpp:2739
> +        if (!hovered() && hasEventListeners(eventNames().mouseleaveEvent)) {

hasEventListeners is not correct. We need to check if any of the ancestors have an event listener for this.

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