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]