Form element “Select” snaps back in IE9

Problem
Form element “select” folds, when mouse button is released in IE9.
Expected behaviour: Should stay open. Close only, when one option is selected.

Cause
CSS :active selector
Only IE9 is affected.

select:active { ... }

Solution
Disable the selector for IE9 or for all browsers

/* select:active { ... } */