the ui tabs module appears to break the views carousel - the embedded view is appearing as if javascript was disabled. This may be a bug, but I also need help with it so I though I would put in a request

CommentFileSizeAuthor
#2 demo.zip539.85 KBRobertPope

Comments

nedjo’s picture

There's probably a Javascript error being triggered. Try to identify it using a debugger.

RobertPope’s picture

StatusFileSize
new539.85 KB

This is the error I found:

Error: $(".drupal-tabs:not(.tabs-processed)", context).addClass("tabs-processed").each(function () {if ($(this).is(".tabs-navigation")) {Drupal.tabsNavigation(this);}}).find("> ul").tabs is not a function
Source File: http://www.ifspquality.net/sites/all/modules/tabs/tabs.js?u
Line: 23

Hope it helps!

nedjo’s picture

Looks like your jquery.ui.tabs.js file may not be present?

RobertPope’s picture

does it need to be present on pages where the tabs are not being used?

RobertPope’s picture

Status: Active » Closed (fixed)

great module - programmer learning curve - thanks Stella, you solved this problem too ;)

asak’s picture

How...? ;)

was it related to jquery.ui.tabs.js?