Re: Why is IE6 freezing? [Solution!]

2007-03-20 Thread baleksandar

Hi Andreas,

we have almost the same problem (msie freezing, javascript errors) by using
tomcat + tapestry 4.1 + MSIE.

we hope maybe you could  give us some hints how to solve this issue
especially because i see that  your web page http://www.fsbutiken.se 
doesn't work 100% well on msie, and i thought you are still working on the
fix? did you already realize that your page sometimes returns javascript
errors? 


Unfortunatelly, the solution you mentioned earlier doesn't work for as - our
server had all the time the compression flag turned off. the question is
does it really work for you?
we've tested our application using at least three client computers with same 
configured msie browsers. Sometimes (but not always) we got the javascript
errors such  
tapestry.form object doesn't exist or the msie just start to freeze. These
errors always appear in 
conjunction with use of tapestry SubmitLink component. we can not reproduce
that...

best regards,

aleks





Andreas Pardeike-2 wrote:
 
 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/javascriptdjConfig =  
 {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]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Why-is-IE6-freezing--tf3377078.html#a9577631
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Why is IE6 freezing? [Solution!]

2007-03-12 Thread Andreas Pardeike

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/javascriptdjConfig =  
{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]



Why is IE6 freezing?

2007-03-09 Thread Andreas Pardeike

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]



Re: Why is IE6 freezing?

2007-03-09 Thread Martin Strand
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/javascriptdjConfig =  
{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]