After enabling jQuery update on a customers site the tabs got broken.
We used the default settings for jQuery update.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

absoludo created an issue. See original summary.

absoludo’s picture

I was unable to commit the patch using a credit message, so hereby I provide the patch as a file.

MrDaleSmith’s picture

Status: Active » Needs review

Tested patch on clean install of JQuery update (on 1.8) and Field Collection Tab Formatter. Resolves issues.

hey_germano’s picture

Thanks! Patch works for me on jQuery 1.8 (jquery_update module version 7.x-3.0-alpha2).

absoludo’s picture

Status: Needs review » Reviewed & tested by the community
rgchi’s picture

Reporting back #2 works on an existing site using

$ drush pml | egrep "(jquery|field_collection)" | grep Enabled
 Fields                 Field collection (field_collection)                        Module  Enabled        7.x-1.0-beta11 
 Fields                 jQuery Tabs Field (field_jquery_tabs)                      Module  Enabled        7.x-4.0        
 Other                  Field Collection Tabs (field_collection_tabs)              Module  Enabled        7.x-1.1        
 User interface         jQuery Update (jquery_update)                              Module  Enabled        7.x-2.7    
robertgarrigos’s picture

Worked for me also.

nicoloye’s picture

Thanks ! Patch works for me on jQuery 1.10.

Syed Zubair’s picture

Worked for me also thanks .

absoludo’s picture

Status: Reviewed & tested by the community » Patch (to be ported)

So I recon this was tested and can be patched on the module?

Dimiter’s picture

Patch indeed works as expected, thanks to @absoludo for the patch!