Closed (fixed)
Project:
Quick Tabs
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2008 at 13:14 UTC
Updated:
18 Apr 2009 at 16:50 UTC
I'm using yor Quick Tabs module (very useful indeed!) in my Web. I'm using Denver theme. Although I'm setting it to "Collapsible, collapsed by default", the page presents it always not collapsed.
Any clue to solve it?
Comments
Comment #1
katbailey commentedHi there,
I'm afraid I don't understand the issue you're having - what are you trying to collapse? I'm not too familiar with collapsible stuff so please explain in as much detail as you can.
thanks,
Katherine
Comment #2
kiko commentedHi again
QTBlocks are blocks at last. When I activate one, in the "Configure" section of the block I set the propierty "Collapsible" to "Collapsible, collapsed by default". I set this in the "Site Building->Blocks->List" in the Admin Menu
Comment #3
katbailey commentedHmm, I don't see anything about collapsibility when I'm configuring blocks - can you please show me a screen shot?
Comment #4
kiko commentedSorry not to specify this before. I've installed Collapsiblock from Javascript tools. This adds the commented behaviour
Comment #5
katbailey commentedHi kiko,
sorry for taking so long getting back to you. I need to look into collapsiblock because I've actually never used that before. I will try and figure out what the conflict is there and get back to you.
Katherine
Comment #6
daniorama commentedHey there, I'm using collapsiblock also, I've experience some strange issues... Some Quick Tabs blocks remain collapsed as I refresh the pages and other not. If it helps, I used CCK,Views,OG,Devel,Coder,Panels, Date,Calendar and some other small modules... I created QT with tabs for public content and OG, and joined related Blocks in QT blocks. The following QT Blocks are:
-Calendars (public and group calendar, collapse)
-Devel (all devel and coder blocks, don't)
-Administration (admin menu from navigation and admin blocks, don't)
-Navigation (navigation menu and group details, collapse)
-Users (new and online, collapse)
I hope this can help
Comment #7
ppival commentedNot sure if this is what kiko was describing, but I'm having a similar problem at http://library.ucalgary.ca where the quickbox initially shows all three tabs on top of each other, then collapses to show them as expected. I captured the behaviour here - each time you see the tabs expand again is when I refresh the page. http://screencast.com/t/jiE6QNBMpke This is happening with all browsers except Opera, which none of my users use :-/ Oddly, on another page using QT on the same site, this behaviour is not exhibited - http://library.ucalgary.ca/hours/
Comment #8
kiko commentedThe issue was more the commented at #6 by DaniOrama. Some blocks are collapsed and other not collapsed without following the instructions given with collapsiblock
Comment #9
jannalexx commentedissue in 6.x, collapsiblock cannot remember qt block states. Although qt blocks are collapsible, refreshing pages always make qt blocks not collapsed.
Comment #10
pasqualleThe problem is with this code in collapsiblock.js
replace with:
$(this).find('a.active').size() is always TRUE for quicktab blocks, as it contains an active tab..
I do not know what active block means, probably that condition should be replaced with hasclass() function or a better selector..
similar issue #277464: "Collapsible, collapsed by default" does not work
Comment #11
jannalexx commentednice1! it worked, thank u
Comment #12
pasqualleThe active block probably means a menu block with an active menu item. So if you change the js code, you may have an issue with that..
But it seems this is not a QT issue..