Closed (fixed)
Project:
Quick Tabs
Version:
6.x-2.0-rc4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2010 at 13:08 UTC
Updated:
21 Jan 2010 at 15:59 UTC
Hi,
yesterday I have updated my quick tabs module to rc4 and I had the following problem - the first tab is loaded ok, but when I click the second one, it is added above the first one. So, I have both of them displayed, one after another, instead of only one.
I have cleared all the caches, both browser's and server's, so that's not the problem.
When I returned to rc3, everything worked fine. I guess that it has something to do with the javascript code.
Also, it's necessary to run update.php, otherwise tabs aren't displayed and you also can't edit them from administration interface.
Comments
Comment #1
pasquallebut it still seems like your old css is cached somewhere, as the tab hiding works correctly in rc4..
1. check with different browser
2. the tabs are hidden with a new class
.quicktabs-hide {display: none;}. it is possible to check this css selector with firebugyes, it is necessary to run update.php when the Drupal status page say so. You should run update.php every time you update a module..
Comment #2
lion123 commentedI tried in localhost and it works. Yes, obviously stuck in some cache. Thank you and sorry about false alarm :)
Comment #3
lion123 commented