After upgrading to the latest 7.x-2.4 version of jQuery_Update we lost the tooltips in the Calendar Year View and the Superfish menu was affected by losing some of its formatting incl. the transparent background of the menu of the default theme.
It seems this lot of modules in use (User interface) were affected:
Name Version

  • BeautyTips API 7.x-2.0-beta2
  • BeautyTips Manager 7.x-2.0-beta2
  • BeautyTips UI 7.x-2.0-beta2
  • Calendar Tooltips 7.x-2.1
  • jQuery Update 7.x-2.3
  • Superfish 7.x-1.9

Downgrading back to 2.3 solved our problem.

Comments

oneidprod’s picture

Same problem here, instead of downgrading, setting the default jquery version to 1.5 and clearing cache worked for us.

tryitonce’s picture

Fixed
Thanks for the advice - it works
one needs to go to - ....../admin/config/development/jquery_update to adjust the settings.
It seems it will also help to update the library first.
And - as always - clearing the cache is essential ....

uno’s picture

After update to 7.x-2.4 only 1.5 is working with js aggregation on. Other works only if js aggregation is not active.

jgilberAZ’s picture

I lost the dropdown feature of superfish.

Oddly enough, the menu dropdown would work the first time I opened my browser and navigated to the main page.

But, once I clicked on any menu item, all dropdown submenus were no longer accessible.

Closing the browser, and then navigating to the site would restore functionality ... one menu click only.

Downgrading the module to the version released in February restored all functionality.

(I just went to the sites/all/modules/jquery_easing directory, deleted everything, and then extracted the version from February into that same directory. Cleared cache, and all is well now).

sujomuc’s picture

exactly the same issue as #4 with 7.x-2.4 including the singular first click.

downgraded back to 7.x-2.3 everything works fine.

tregismoreira’s picture

Same here, but with a custom dropdown menu. I was using jQuery Update 7.x-2.4 so on every "clear cache" and "login" my menu did not work. So I downgraded to 7.x-2.3 and now all is working! Thanks #4 ;)

markhalliwell’s picture

Category: Bug report » Support request
Priority: Major » Normal
Status: Active » Closed (works as designed)
Issue tags: -superfish, -Calendar Year View Tool tips

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';