Closed (fixed)
Project:
CCK Fieldgroup Tabs
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2010 at 20:36 UTC
Updated:
18 Feb 2013 at 02:13 UTC
As topic - nothing is displayed.
The source is there, but the whole wrapper
<div id="tabs-tabset" class="drupal-tabs js-hide">
is hidden by the
html.js .js-hide { display: none; }
in system.css, according to Firebug.
I'm using these modules
Fieldgroup 6.x-2.7
jQuery UI 6.x-1.3 (jQuery UI 1.8.2)
Tabs 6.x-1.3
jQuery plugins 6.x-1.10
jQuery Update 6.x-2.0-alpha1 (jQuery 1.3.2)
with Drupal 6.17
As a side note, it did not work without jQuery Update or with jQuery Update 6.x-1.1 either.
Comments
Comment #1
sheilaj commentedI was having the same problem using:
Drupal 6.19
Fieldgroup 6.x-2.8
jQuery UI 6.x-1.4
Tabs 6.x-1.3
(without jQuery plugins or jQuery Update)
I solved the problem in my case by putting the jquery.ui-1.6 js files in the right place within the jquery_ui module directory. See the README.txt for the jQuery UI module. (I thought I had followed these instructions when I installed the module but apparently not correctly.)
The jQuery UI module is placed as usual in sites/all/modules/jquery_ui. Then download the jQuery UI 1.6 release from http://code.google.com/p/jquery-ui/downloads/list?q=1.6. Unzip the file and rename the jquery.ui-1.6 folder to jquery.ui and drop that in sites/all/modules/jquery_ui so that you have a bunch of js files in /sites/all/modules/jquery_ui/jquery.ui/ui/*.js
Of course, you may have done this already and yours may be a different issue altogether.
Comment #2
valuebound commentedHi oskarg,
Have you got the solution? I am also facing same issue.
Even i have followed installation details as mentioned by sheilaj. No luck.
Comment #3
thadwheeler commentedI am having what i think is a related issue. I can see my tabs but they do not act like tabs. I have a list of fieldgroups across the top of my page - then my content all listed. Nothing is being hidden by the tabs. It almost as though the css is not loading. No errors in web dev error log at all?
my config:
Drupal 6.19
CCK (content) 6.x-3.x-dev
Tabs 6.x-1.3
CCK Fieldgroup Tabs 6.x-1.2
Fieldgroup 6.x-3.x-dev
jquery 1.3.2
jquery ui 1.7
Comment #4
nedjoThe stable release of tabs does not work with jquery ui 1.7. Pls try the dev release.
Comment #5
thadwheeler commentedNedjo,
Thanks. I am betting that was in the READ ME or some where. Thank you for the heads up.
Comment #6
bshensky commentedMoving from jquery.ui-1.7 back to jquery.ui-1.6 solved the mystery of the disappearing tabs for me.
From the JQuery UI README.txt:
Luckily, I had saved off the 1.6 tree prior to my unwitting 1.7 upgrade. A quick folder rename brought us back to where we needed to be.
A simple form page refresh reveals the tabs.
This is freaky!
-b
Comment #7
kbk commentedAfter experimenting, I'm fairly certain this is the combination of modules that is needed if jQuery UI 1.7 is used:
Tabs 6.x-1.x-dev (2010-Jul-11)
CCK Fieldgroup Tabs 6.x-1.x-dev (2010-Jul-11)
jQuery UI 6.x-1.4 => with jQuery UI 1.7.3
JQuery Update 6.x-2.0-alpha1 (2010-Apr-23) => jQuery 1.3.2
This comment leads me to believe this will work with jQueryUI 1.8 as well.
Comment #9
damiandab commentedMany Thanks kbk!!
Comment #10
doublejosh commentedWorked for me!
Just be sure and actually have the ui-tabs.css in in there :)