MarcosBL schrieb:
Same issue here, i solved it just using gzip... not only it increases speed (compresion of html up to 85%) but it solves the problem because the html is fully loaded when it reaches the js execution.
Thanks all for your suggestions, I'll give them a try.
Its all a bit tricky: Those portlets are enclosed in about 6 layers of tables (gah) and IE doesn't even let me start the debugger, it simply fails completely to display anything at all.
Currently I suspect that one of the scripts tried to access the body element while that was still rendered, so I'll check if I can schedule that to the DOM ready event.
-- Jörn Zaefferer http://bassistance.de