mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Event: Add a note about a mouseenter bug in Chrome
Refs https://code.google.com/p/chromium/issues/detail?id=333868
This commit is contained in:
parent
e905dcd8f3
commit
a5e1c9b44c
@ -708,6 +708,10 @@ jQuery.Event.prototype = {
|
||||
// Do the same for pointerenter/pointerleave and pointerover/pointerout
|
||||
// Support: Safari<7.0
|
||||
// Safari doesn't support mouseenter/mouseleave at all.
|
||||
// Support: Chrome 40+
|
||||
// Mouseenter doesn't perform while left mouse button is pressed
|
||||
// (and initiated outside the observed element)
|
||||
// https://code.google.com/p/chromium/issues/detail?id=333868
|
||||
jQuery.each({
|
||||
mouseenter: "mouseover",
|
||||
mouseleave: "mouseout",
|
||||
|
Loading…
Reference in New Issue
Block a user