HoverInit delay 0 does not trigger hoverenter if immediately moused out · Issue #57 · bitovi/jquerypp · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have code like:
where
#someelement
hides the to-be-hovered element, a mouseleave is immediately triggered before thehovered
flag is set.If the user is setting delay to 0, they most likely want to be using leave
this.leave(2000)
and want a hoverenter no matter what.The fix is to recognize this as a special case and always fire hoverenter and set
hovered
to true.The text was updated successfully, but these errors were encountered: