Active
Project:
Tabs (jQuery UI tabs)
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2010 at 20:54 UTC
Updated:
4 Oct 2012 at 06:35 UTC
I'm getting a JS error in Firefox and Chrome on line 22. In Firefox it appears as,
$(".drupal-tabs:not(.tabs-processed)", context).find("> ul").tabs is not a function
[Break on this error] fx: fx Wrapped the inside of Drupal.behaviors.tabs() in a try-catch is a simple way to work around it.
Comments
Comment #1
crystal_alexandre_froger commentedSame error here.
But the workaround simply prevents from using the feature...
Comment #2
webpavilion commentedI had this bug when using CTools.AJAX framework.
Once added Drupal.behaviors.tabs = function () {}; in Drupal.CTools.AJAX.CustomRespond now all works well.
This method does not work if AJAX contains tabs.