Closed (duplicate)
Project:
Quick Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2008 at 08:54 UTC
Updated:
22 Jan 2009 at 15:24 UTC
IE7 has a Problem when Block cache is enabled. Javascript isn't loaded -> Both blocks are being displayed with no formatting :(
Comments
Comment #1
mkalbere commentedI don't think it as anything to do with blockcache. Formating is regulate by the css, js has nothing to do with formating.
What blockcache do is only cache the "normal version" of the block, without altering it. (You could try by displaying the non cached version of your block)
BUT : depending on your theme/block.tpl.php the enclosing div could change
ex :
I suggest you to debug your CSS.
Comment #2
boriso commentedI think that it may have to do with a conflict between this module and others that use javascript. I had the same problem, but then if I disabled the module admin_menu (which uses js) it got back to normal. You might want to check in your source code for possible modules that use js on your site.
See also : #271071: Style form - quick tab settings do not work in IE6 (similar issue for Drupal 5)
Comment #3
boriso commentedOk !
Sorry, I was wrong. unabling the admin_menu module did not solve my issue. I was wrong. I will write my issue in another post, as I am no longer sure whether it is the same problem we are facing.
Comment #4
rapsli commentedweird... when I have block cache on, the css file doesn't get loaded in most cases?
Comment #5
pasqualle#342459: Block cache problem (Not showing for anonymous or authenticated users)