[Webkit-unassigned] [Bug 120786] Mouseenter/-leave not triggered when element under cursor is moved/removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 6 04:47:34 PDT 2013


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





--- Comment #4 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2013-09-06 04:46:50 PST ---
This is a similar problem to when we do scrolling, we need to send a fake mousemove to make sure hover effects are updated (mouseenter/-leave is handled by the same code as CSS hover). 

One solution could be to emit a fake mousemove event when an element that has Element::hovered() set is moved or removed.

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