Using Panels 3.5 and all the latest modules/6.17core, tabs panel style is completely non-functional for me in both the latest firefox and IE. Views (html list) either as content panes or as views ignore tabs completely and are added one after the other. Clicking on the tabs does not change the tabs. I don't see any obvious error in the error console. I thought maybe it was other minipanels on the same page interfering, so I tested it with just a simple one column panel page--same problem. I tried it in mini-panels, same problem. So jss and css enabled or disabled--same problem.

Funny thing--none of the other tabs in the entire website--not associated with tabs panel style, has any issue. I'll keep trying to debug.

Comments

protoplasm’s picture

So looking into this a little further--while I am not certain how this works yet for sure--in view page source, there doesn't appear to be a css class that indicates which tabset is active. I can tell you I tried the dev version and the previous beta version and I am having the same issue.

protoplasm’s picture

Priority: Critical » Minor
Status: Active » Closed (fixed)

RESOLVED. NOT A TABS PANEL STYLE PROBLEM. It was a jquery problem. I was running:

Tabs "tabs-6.x-1.3"
jQuery UI "jquery-ui-1.7.3"
jquery "jquery_ui-6.x-1.3"
jquery update 6.x-2.x-dev

A patch for tabs (jquery UI) is required to use these versions. I used the uncommitted patch and it resolved all the problems I was having. I've closed the issue since it is not related to this module. Sorry for the posts.