We are finding the auto-submit functionality doesn't work properly with internet explorer (IE8 in my case). It seems to do something on every second click (of our filter checkboxes), but doesn't work as it does in Firefox, Chrome etc. Specifically, it doesn't like the .change event. If .change is revised to .click (in views_filters_autosubmit.js), then it seems to work.