It seems as if the processing that should occur to turn my "nodereference-explorer-tabset" div into tabs is not working.
My explorer window thus shows the contents of all the tabs in one long scrolling window.

I am using jQuery UI 1.7.3 and 6.x-1.1-rc5, although I have also tried jQuery UI 1.6 and 1.7.2 and 6.x-1.1-rc3,4.

I am not getting any javascript errors. It feels like I'm missing something simple.

Thanks.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gnindl’s picture

Title: Tabs Not Displayed » Underlying JavaScript module configuration
Status: Active » Fixed

For jQuery UI 1.7 you have to use jquery_update. I could reproduce your issue by not using jquery_update.

Basically you have two options:

- jQuery UI 1.7, jquery_update 6.x-2.x-dev (providing jQuery 1.3)
- jQuery UI 1.6 alone or if not working in combination with jquery_update 6.x.1.x

Wait for this issue being solved #837166: jQuery UI 1.7 compatiblity before using version 1.7

Have a look on jQuery Update for further details.

NOTE: I always have to flush the Drupal & Browser cache when change this configuration.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.