jquery 1.10 breaks among others the slideshow in Commerce Kickstart, the module filter (module) and more.

Reverting to 1.8 for the time being to restore functionality.

Comments

marktheshark’s picture

Issue summary: View changes
markhalliwell’s picture

Category: Bug report » Support request
Status: Active » Closed (works as designed)

I have updated the release notes of jquery_update 7.x-2.4 to reflect the change that occurred and the solution to fix it:

Important:

#2102211: Default to the latest version of jQuery changed the default version from 1.5 to the latest available jQuery version, in the case of 7.x-2.4: 1.10.

If your site has never set the jquery_update_jquery_version variable, it will now default to the latest jQuery version available.

If any modules break because of this update, you should open an issue with the relevant module so it can update it's code to support newer versions of jQuery. jQuery Update has always allowed a site to choose which jQuery version is appropriate for that particular site (ie: what works with other installed libraries). Opening issue and declaring that jQuery Update has broke your site will be "Closed (works as designed)".

To mitigate the pain of upgrading and waiting for the affected module(s) to fix their code, you can temporarily set the version being used back to 1.5.x in /admin/config/development/jquery_update, or by adding the following to your settings.php file:

$conf['jquery_update_jquery_version'] = '1.5';
aumcara’s picture

Jquery breaks also when the following modules are used (within Drupal Commerce Kcikstart):

views slideshow (to use it with a carousel in any pages)
slick (another carousel module)

an in my case when you I confirm that in DC Kickstart it breals the product variation function (exemple when you click on a different color attrobute of a product .. the color image related to that attribute never shows up ... it's the main image that shows up.

hope this help

Not confirmed yet but I changed to 1.5 with your trick and It function again ....