Thanks Martin,
Yes, I was using this for testing. I have now switched back to my
defaults and
the problem persists.
UPDATE: after E-N-D-L-E-S-S testing, I found the problem:
dojo + tomcat + compression + IE6 -> BAD
I commented out
compression="on" compressionMinSize="2048"
noCompressionUserAgents="gozilla, traviata"
compressableMimeType="text/html,text/xml,image/gif"
and everything works again.
This took me 5 hours and I can honestly say that I really really
*hate* IE now
(I knew I hated it before, but I didn't realize how deeply).
Andreas Pardeike
On 9 mar 2007, at 18.52, Martin Strand wrote:
Looks like certain dojo files can't be found, you should see some
404s in your logs.
You seem to be using two different dojo urls (/assets/dojo/ and /js/
dojo/)
<script type="text/javascript">djConfig =
{"isDebug":false,"debugContainerId":"debug","baseRelativePath":"/
assets/static/
dojo/","preventBackButtonFix":false,"parseWidgets":false,"locale":"en-
gb"} </script>
<script type="text/javascript" src="/js/dojo/dojo.js"></script>
<script type="text/javascript">
dojo.registerModulePath("tapestry", "/assets/static/tapestry");
</script>
<script type="text/javascript" src="/js/tapestry/core.js"></script>
Not sure exactly what the problem is but perhaps you just need to
change the dojoPath parameter on your Shell
http://tapestry.apache.org/tapestry4.1/components/general/shell.html
On Fri, 09 Mar 2007 18:33:20 +0100, Andreas Pardeike <[EMAIL PROTECTED]>
wrote:
Hi,
just released our site and now people call in angry telling me that
IE6 freezes on our site. I've tested the site on my local computer
using tomcat and the wonderful Web Project plugin and it works just
fine. When deployed, it does not.
I'm using 4.1.1 and I tried to use the latest dojo.js but it's the
same. Anyone who knows why it's freezing? Interestingly, all other
browsers work fine (although Safari sometimes keeps loading some
elements). The problem can be reproduced when the IE cache is
cleared.
The site: http://www.fsbutiken.se
Help!
Andreas Pardeike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]