When updating from jquery_update 2.3 to 2.4 on my sites, all javascript fails due to $.ui.dialog.overlay.events being undefined.

Possibly related to https://drupal.org/node/1995892

Reverted my sites back to version 2.3 and all works again.

Using jQuery version 1.7

Comments

d.cochran’s picture

Issue summary: View changes
jschrab’s picture

I've had this happen too. I think the "Alternate jQuery version for administrative pages" setting was lost somehow and just used the default, which in my case was set to 1.7. Drupal 7 is set to work with jQuery 1.5 and has problems with newer versions.

d.cochran’s picture

This module issue affects the site as a whole. It breaks the admin theme and standard theme. I've tested in multiple browsers and it's broken in all.

My sites (4 of them) work fine with jquery_update 2.3 using 1.7 jQuery.

All 4 fail when I switch to jquery_update 2.4 using 1.7 jQuery.

kevindeleon’s picture

Can confirm this issue as well when upgrading from 2.3 to 2.4

To fix, in configuration I can set 1.10 as default and 1.5 as admin version and everything seems to work fine.

jackbravo’s picture

Status: Active » Postponed (maintainer needs more info)

Try disabling the aggregation of javascript files (on the menu admin->configuration->development->performance). That could help you pinpoint exactly on which file is the issue and it could be a specific module related issue like this one: #1995892: JS error: Cannot set property 'events' of undefined jquery.ui.dialog.patch.js:24 or this one #1892074: remove $.browser (Remove IE 6 support).

Feel free to re open if needed.

markhalliwell’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)