views:

58

answers:

0

Example (load in IE6): http://jsbin.com/uheco/14

In IE6, if the user clicks on a SELECT and does not click any OPTION but instead clicks somewhere else on the page outside the SELECT, the SELECT still has focus.

I expected the SELECT to lose focus when I clicked once outside of it (such as in IEs 7 & 8).

Functions bound to the blur event are not called on the first click outside of the SELECT, but on the second: http://jsbin.com/uheco/11