IE7 has a Problem when Block cache is enabled. Javascript isn't loaded -> Both blocks are being displayed with no formatting :(

Comments

mkalbere’s picture

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

boriso’s picture

I 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)

boriso’s picture

Ok !

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.

rapsli’s picture

weird... when I have block cache on, the css file doesn't get loaded in most cases?

pasqualle’s picture