posted 17 years ago
Hi,
Thanks for your reply. I am not using Tab index.
In my application we are trying implementing type-Ahead functionality, and for that I wanted to hide the layer (float layer which shows options) when user changes focus to next element. I have implemented this using onBlur method, but when user is trying to select a name from the layer (which means he moved focus from text field to div field) , by the time the layer is disappearing due to onBlur event.