CSS files may have not loaded properly.

Hi!

I have a problema accesing my application through FireFox. It seems that when taking too long to load the init page of my application theres is some kind of timeout that postpones the render of the page.

I already read some of the post related to this issue, and can’t find the correct answer. What should I check? I must also state that this problema doesn’t occur all the time, and not in every pc.

While using ?debug can read in console:

Assuming CSS loading is not complete, postponing render phase. (.v-loading-indicator height == 0)

x20. I guess is something to do with the handleWhenCSSLoaded() method implemented to wait for the CSS to be loaded in FireFox, but 20x50 could be a short period of time to wait if the network is slow. Can I change these time? How?

I’m usign chameleon add-on with my own theme and also replace the loading-indicator with a custom one. Runnning on JBoss 4.2.3 and JRE 6

Thanks in advance!

Hugo