My tab panels aren't hidden.
There are not javascript conflicts observed in the browser on click or load, and the "ui-tabs-hide" class is never added.
Also the click event just sends the scroll to the top of the page.

The jQueryUI and module JS files are both loaded...
/sites/all/modules/contrib/jquery_ui/jquery.ui/ui/minified/ui.tabs.min.js
/sites/all/modules/contrib/tabs/tabs.js

CommentFileSizeAuthor
#3 drupal_form_tabs.gif20.66 KBChrisValentine
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

doublejosh’s picture

Placed a sample tabs_render($form) on a test page with PHP filter in dev and had the same effect, must be beyond this module.

doublejosh’s picture

Status: Active » Closed (cannot reproduce)
ChrisValentine’s picture

Status: Active » Closed (cannot reproduce)
FileSize
20.66 KB

I've got exactly the same problem - the fields are grouped correctly and the tabs are shown (although they're under the first block of fields unless you define a 'default' tab). But the entire form is displayed and clicking on the tabs merely makes the page scroll. The Slide and Fade affects don't do anything. And as with the OP, the class "ui-tabs-hide" is not the source.

Drupal core - 6.24
Views - 6.x-2.16
Views Tabs - 6.x-1.x-dev
Tabs (jQuery UI tabs) - 6.x-1.3
CCK Fieldgroup Tabs - 6.x-1.2
jQuery UI - 6.x-1.5
jQuery Update - 6.x-2.0-alpha1

ChrisValentine’s picture

Status: Closed (cannot reproduce) » Active

Have tried jQuery Update 6.x-2.0-alpha1+7-dev but sadly this doesn't fix it.

ChrisValentine’s picture

Status: Closed (cannot reproduce) » Active

Wish I had actually tried this combination before - I had assumed that JQuery Update would not work without JQuery UI turned on. A poster (mory) in another thread is correct - just turn off jQuery UI and the tabs start working.

Now I just need to tweak the CSS to make the current tab obvious.