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
But as there is some DOM manipulation involved on the blur event, it ends up overwriting the selected item. I managed to fix with a lame window.setTimeout(), but there might be a more elegant solution.
See the mousedown event handler for details.
The text was updated successfully, but these errors were encountered:
mousedown
is needed to trigger the click event before the blur:http://stackoverflow.com/questions/10652852/jquery-fire-click-before-blur-event/10653160#10653160
But as there is some DOM manipulation involved on the
blur
event, it ends up overwriting the selected item. I managed to fix with a lamewindow.setTimeout()
, but there might be a more elegant solution.See the
mousedown
event handler for details.The text was updated successfully, but these errors were encountered: