Active
Project:
CCK Fieldgroup Tabs
Version:
6.x-1.2
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2010 at 20:33 UTC
Updated:
12 Oct 2011 at 16:13 UTC
I'm trying to use this module to create a tabbed edit for for the content type I use for user profiles. It's a content type called "bio" and I'm using the content profile module and designating it as a content profile type.
I've switched on the module and indicated which fieldgroups should be tabs.
The tabs appear when I go to edit a "bio".
But there's no default tab selected.
And all the content from all the tabs displays below. None of the content from the other tabs is hidden the way it should be.
What could be causing this and how can I debug it? I'd be willing to pay someone to fix this for me.
Comments
Comment #1
kobnim commentedI am having the same problem.
Comment #2
kobnim commentedUpdate ...
I replaced jquery.ui version 1.7 with version 1.6, and it now works.
Comment #3
kobnim commentedI found another way to get tabs to work:
(a) jquery.ui: version 1.7.3
(b) tabs module: tabs-6.x-1.x, rather than tabs-6.x-1.3
Basically, it seems that tabs-6.x-1.3 does not support jquery.ui version 1.7
So to fix the problem you can either
(a) stick with tabs-6.x-1.3, but revert to an earlier release of jquery.ui (1.6), or
(b) stick with jquery.ui 1.7, but use the latest dev release of tabs.
Comment #4
alb commentedbut the module is dependencies only by
dependencies[] = fieldgroup and
dependencies[] = tabs
not jquery;
someone can send an image of the problems?
Comment #5
mathieu commentedAlso having this issue.
Comment #6
drvdt commentedDear kobnim!
Very good idea! You are correct. It relates JQuery (Jquery update, Jquery UI). If you use earlier / later, this problem will happen.
Please choose again their versions, test, and bring in your produce.
Good luck,
Comment #7
lunk rat commentedThanks, this solved my issue as I am using jq 1.7.x