tags:

views:

45

answers:

0

I am working on a jquery dropdown widget. I found a bug where if you click on a native select box, then on my widget, neither focus nor click are fired. My select box is just a skinned input tag.

I have a demo of this happening. Open this page in firefox with firebug console output enabled: http://programmingdrunk.com/current-projects/dropdown/

click on the right most dropdown and then click on any other dropdown. You should be seeing in the console output "focus", "click" - i am logging those events to console. more of the time you dont.

why does my input box not gain focus?