CCK Fieldgroup Tabs has a dependency on Tabs which looks like it uses the jQueryUI 1.6 library.
I have another module with a dependency on the jQueryUI module.
While the jQueryUI module used the version 1.6 library all was well but, when I upgraded to version 1.7.2, the CCK Fieldgroup Tabs broke. The tabs and their content vanished.
I don't know how it works but I'm not wholly surprised that having two versions of the same files floating around causes a problem.
Is the way forward to for CCK Fieldgroup Tabs to change its dependency to jQueryUI?

Comments

jcmarco’s picture

Check the patch in tabs module, it works for me:
#577902: Add compatibility with jQuery UI 1.7

Jim Bacon’s picture

Thanks that has fixed the problem I was observing.
Just to note that it is the patch in comment #9 that is required.

I also have to say that trying to apply my first patch on a windows system was like getting in a time machine and going back 20 years. What a shocking experience!

kbk’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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