autocomplete blur timer

autocomplete blur timer

my business partner cannot select any menu item with his mouse, because the menu closes before the click registers. Increasing the timer from 150ms to 350ms resolved the issue.

why are you using a timer there anyway? Isn't it more logical to simply not fire the blur event if the click was made on the menu, and then close the menu from the item that was clicked?

using v1.8rc3.