Closed

Description
In the bottom demo (selecting states) on http://brianreavis.github.io/selectize.js/, clicking on the scrollbar in IE10 will cause the dropdown to close. I've tested it on IE10 on windows 7 and windows 8. The click triggers a blur event that somehow needs to be ignored by selectize. For comparison, select2 doesn't seem to have this issue, but I'm not quite sure how it's avoiding it. Works fine on Firefox, Chrome and Safari/IOS.