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
Fighting with this in 0.9.11 (jQuery). Why does chosen need to "return _this.mouse_leave(evt);" from the mouseleave event handler setup in Chosen.prototype.register_observers? The result is always false, due to:
This causes jQuery to StopPropagation, thus any parent elements will not get their mouseleave invoked. This is causing me grief (tooltip sort of stuff, FWIW).
If I eliminate the "return" then everything is cool. I'm scratching my head trying to figure out why its there to begin with. Can someone fix this? Or if it's as-designed please help me understand the purpose.