Closed (fixed)
Project:
CCK Fieldgroup Tabs
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2010 at 16:42 UTC
Updated:
21 Oct 2010 at 00:00 UTC
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
Comment #1
jcmarco commentedCheck the patch in tabs module, it works for me:
#577902: Add compatibility with jQuery UI 1.7
Comment #2
Jim Bacon commentedThanks 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!
Comment #3
kbk commented