Closed (works as designed)
Project:
Quick Tabs
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2010 at 00:54 UTC
Updated:
7 Dec 2010 at 18:33 UTC
We have 3 tabs (each of them are blocks built with views using the UID-argument) activated on user/UID/blog in no-ajax-mode. On some user-blogs the content of the not-default tabs is not showing up on click. When clicking back to the first tab the desired content for the second block is showing up below the first tab's content. We are using block and page cache and css and js bandwith optimizations.
Comments
Comment #1
pasqualleyou probably have an invalid HTML on the page, which may result in such output.
check your page with:
http://validator.w3.org/
or with the Firefox plugin: Html Validator
make sure you do not have a
missing </div>or similar..Comment #2
aqua_linksunten commentedSorry for bothering you! It was a missing
. The module works just great. Thanks!