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

pasqualle’s picture

Category: bug » support
Priority: Critical » Normal

you 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..

aqua_linksunten’s picture

Status: Active » Closed (works as designed)

Sorry for bothering you! It was a missing

. The module works just great. Thanks!