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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 05:28:46 PDT 2012


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





--- Comment #16 from Jarred Nicholls <jarred at webkit.org>  2012-05-23 05:27:35 PST ---
(From update of attachment 143540)
View in context: https://bugs.webkit.org/attachment.cgi?id=143540&action=review

> Source/WebCore/page/EventHandler.cpp:2206
> +                // sned mouseleave event to the old node if the new node is not a descendant of the old node.

Typo: s/sned/send

Wouldn't the proper behavior be to fire the events on all nodes, not just the "old node"?  Any of the nodes could have a mouseenter/mouseleave event handler attached.  Maybe I'm missing something, but a simple explanation is warranted I believe.

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