Bug 152170 - Entering an open element erroneously fires mouseleave element on the container
Summary: Entering an open element erroneously fires mouseleave element on the container
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-11 00:44 PST by Ryosuke Niwa
Modified: 2019-02-06 09:18 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-12-11 00:44:14 PST
When we enter an option element, we erroneously fire "mouseleave" event at the parent select element as well as its ancestors.

See http://jsfiddle.net/hrb4q6oa/
Comment 1 Ryosuke Niwa 2015-12-11 00:44:38 PST
Also see the bug 152170.
Comment 2 Lucas Forschler 2019-02-06 09:18:24 PST
Mass move bugs into the DOM component.