Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.19
-
None
Description
instead of just doing this:
hideAutoComplete();
we need to do:
window.setTimeout( hideAutoComplete, 500);
so that the mouse events are handled first before the window is removed.