Dropdown menu (SELECT element) not losing focus correctly in IE6

Posted by devils-avacado on Stack Overflow See other posts from Stack Overflow or by devils-avacado
Published on 2010-06-16T20:51:05Z Indexed on 2010/06/16 23:52 UTC
Read the original article Hit count: 186

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).

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery