I updated jquery update to version 7.x-2.4 and module filter stopped working. The left side column of titles went away and the filter list didn't function. In order to make it work ok, I had to configure jquery update to use version 1.8 of jQuery for administrative pages. Look at /admin/config/development/jquery_update for this setting.

Just want to save someone else this little hassle.

Comments

norgo’s picture

thanks!
uninstalling/re-installing/cache dump/browser restarts did not work
your suggestion worked.

Vincent_Jo’s picture

same here,
activated jquery_update version 7.x-2.4 to check for another issue (maphilight modul and module_filter conflict) when module_filter stopped working as mentioned above. The suggestion to switch to jquery 1.8 works for the jq-update issue.
The conflict with maphilight still persists though ... (but cannot be reproduced by the developer of the module:
my maphilight issue)

regards

Vincent

iLeoFric’s picture

Yep that did the trick here as well.

I was fixing to do a restore of the latest backup, but I stumbled upon this article.
So many thnx for this... Saved me a bunch of work...

I guess waiting on a jQuery update will be the trick...

jaydee1818’s picture

sidebar links are also broken for me; changing the admin jQuery to 1.8 didn't help

bkonetzny’s picture

The error occurs when jQuery Update is configured to use jQuery 1.10, jQuery Update using jQuery 1.8 should be fine. Since jQuery 1.9, jQuery.browser doesn't exist anymore (thus throwing an error with 1.10). This seems to be fixed when including the patch from #2156881: Support (optionally) the use of the jQuery Migrate Plugin.

R-H’s picture

I need to use JQuery 1.9.0+ for the BootStrap theme. Can this module be updated to work with a new version of JQuery?

konrad_u’s picture

Same as R-H... we're just gonna have to wait for --dev commit or a patch but yes 1.9 breaks the module filter - uninstalling for now.

greenSkin’s picture

Status: Active » Fixed

Found the issue, it was relating to the jquery.ba-bbq.js file. The file was being added directly rather than via the library system and as a result jquery_update was not able to serve the updated version of it. Fix has been committed.

  • greenSkin committed c7fd7f5 on master, 7.x-2.x
    Issue #2235553 by greenSkin: Fixed latest jquery_update breaks module...
  • greenSkin committed c7fd7f5 on master, 7.x-2.x
    Issue #2235553 by greenSkin: Fixed latest jquery_update breaks module...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.