Yet another change event bug on IE

Yet another change event bug on IE

(jsbin is somehow broken with my test case on IE :( )

Try changing the select option once, then blur it by clicking anywhere else on the document, you will see the change event is fired twice.
On other browsers it is fired once only.