How to close combobox when onmouseout?
A couple of years late but in case someone else is looking at this...I was able to toggle the open/close state of a select element in Chrome by sending it a mouse click. In this example moving the mouse over the toggle button will toggle the state of the . This is a toggle, not an explicit open or close, but worked for me.