Closed (fixed)
Project:
CCK Fieldgroup Tabs
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2008 at 11:27 UTC
Updated:
27 Apr 2011 at 19:01 UTC
I have defined a content type with two fieldgroups. Both creation form and display are ok, as long as the fieldgroups are styled as "fieldsets". However, when I try to switch the style to "tabs" (both in Manage and Display field) the fieldgroups simply disappear from the page. I don't see any JS error. I have just installed CCK-FT, so I don't have a baseline for it. Thank you for any suggestion.
CCK Fieldgroup Tabs 5.x-1.x-dev
Javascript tools 5.x-1.1
jQuery Update 5.x-2.0 ( jQuery 1.2.6 - New Wave Javascript)
Comments
Comment #1
duntuk commentedyeah, experienced the same...
had to put (temporarily) in my css file until this is fixed or i downgrade back to jquery update 5.x-1.0 .
Comment #2
mattez commentedI'm not sure if I've got same problem (or it's somewhere else) but I have same config and similar problem with "not showing" (disappearing) tabs (with no JS error). But when I try that "CSS hack" it shows ALL groups (tabs) content, and JS not working. Is this working same for you?
Im non JS programmer, so I dont know how to debug it. :/
Is this bug of CCK Fieldgroup Tabs or Javascript tools Tab module. Can anybody confirm that?
If it is any?! Isn't it only some my (our :) installation omission (mistake)..?
Thanx for your help.
There was probably same problem in version for D6: http://drupal.org/node/255195 where is patch already.
Comment #3
d.sibaud commentedsame problem,
CCK Fieldgroup Tabs 5.x-1.x-dev
Javascript tools 5.x-1.1
jQuery Update 5.x-2.0
Drupal 5.10
no showing tabs, and there's no active tab, so if I use the css trick of duntuk, all the tabs are shown.
in teh meanwhile I'll return on the previous version of JQuery Update
bye
Comment #4
sdsheridanWell, I tried the alterations per the D6 patch to cck_fieldgroup_tabs.module, but to no avail. And having the tabs showing with all the field-groups then stacked on top of each other kind of defeats the purpose, so the CSS change is that that appealing either. :(
Anybody got any ideas?
Comment #5
nedjoI'd welcome a patch that improved performance with jquery update without breaking anything, but won't be working on this myself.
Comment #6
nedjoComment #7
sdsheridanAlas, this is certainly beyond my capabilities. I'm not a php or js programmer. Looks like I won't be able to use this module then going forward as it is not compatible. Anyone know of any other options that could do the same sort of thing?
Comment #8
-enzo- commentedHello duntuk
I used your css change in my style.css.
but I get the same error using jquery update, could you verify your recommendation recommendation.
Best regards
Comment #9
ericpughIt must have something to with jstools, because I'm having the same the issue, and I'm not using CCK Fieldgroup tabs. (although I did install it just to try, and it didn't work either.)
I am using "views tabs" with jstools 5.x-1.1. Basically my tabbed content doesn't show at all (because of drupal-tabs has display:none;), but the html seems to be properly rendered, I don't get any JS errors, and all necessary JS files are loaded. It doesn't matter what I use to display the tabs, though. No matter what, I don't see them. Try, putting some basic tabbed content into a new page using render_tabs() to see if it has anything to do with CCK Fieldgroup tabs.
For me... nothing works. I created a clean install to try to recreate the problem, adding subtracting possible conflicting modules, but I'm not finding anything.
I don't think jQuery Update has anything to do with it. Anybody else found something out??
thx
Comment #10
ericpughOkay... I think I've got it fixed. Thanks to Katbailey http://drupal.org/node/156221#comment-854274
This change worked for me.
Did I ever mention I'm using D5? I know in D6 this would be total different. (the tabs module has been seperated from jstools, new code, etc.)
thanks.
Comment #11
eaochoac commentedIn my case I was thinking it was a module version problem, but it was not.
I was adding all the cck content field to a single group,
you must create serveral groups, each one is a tab, and include some fields inside that groups.
The documentation is not clear.
Comment #12
asb commentedI think this isse can be closed. Please reopen if the problem still persists.