Problem/Motivation

It appears that Drupal.behaviors.panels_ajax_tabs calls paenls_ajax_tabs_trigger() which sets the active tab list items but then the tabs are iterated over again and the list item classes are reset (all to active). This means that when the behavior runs all list items get an active class which breaks functionality.

Proposed resolution

Remove the line of code that is resetting all of the list items to active.

Comments

adam-delaney created an issue. See original summary.

adam-delaney’s picture

StatusFileSize
new5.45 KB

I have removed the offending line and submitting a patch

rahul.shinde’s picture

Status: Active » Closed (cannot reproduce)

Closing this since I am unable to reproduce the same.