It seems that the order in which misc/ajax.js is added by this module breaks the JavaScript execution in some circumstances.
In my case after enabling this module I always received: "TypeError: Drupal.ajax is undefined" and it broke all following javascripts.
Disabling this module fixed the problem.
The function "Drupal.ajax.prototype.commands.viewsScrollTop = function (ajax, response, status)" (Line 117 of ajax_views.js) seems to be executed BEFORE Drupal.ajax is defined, if this module is enabled.
I've set priority to major, because it breaks the site functionality for all following javascripts and views is very common.
Thanks :)
Comments
Comment #1
jaypanPlease give steps to reproduce the issue.
Comment #2
jaypanNo response for almost a month, so I'm closing this. If someone wants to give more specific information on how to reproduce the issue, re-open the thread and I'll take a look at it.