[Proto-Scripty] Re: Out Of Memory Error in IE7 and IE8

2009-10-30 Thread david
Hi Etha, I just have a thought ! Event.observe( window, 'unload', Event.unloadCache ); is outside the onload event. So If it's placed in the head tag, your not sure that the DOM is loaded at the time IE parse this line, and after testing, it throw an stack overflow in line 707 in IE6 (could not

[Proto-Scripty] Re: Out Of Memory Error in IE7 and IE8

2009-10-23 Thread Etha
None can help me? On 22 Ott, 14:59, Etha ev.distef...@gmail.com wrote: Hi, I'm using prototype.js 1.6.1 and I get memory leaks on IE7/8 when loading prototype library. The first error I get is handler is null or not an object, then when i reload my page, i get out of memory error. I've tried

[Proto-Scripty] Re: Out Of Memory Error in IE7 and IE8

2009-10-23 Thread Jim Higson
IE has lots of memory links, particularly when you have two-way references between js objects and dom nodes. Because of a bug, it never gets properly garbage collected. HTH, Jim On Friday 23 October 2009 12:13:57 Etha wrote: None can help me? On 22 Ott, 14:59, Etha ev.distef...@gmail.com

[Proto-Scripty] Re: Out Of Memory Error in IE7 and IE8

2009-10-23 Thread Etha
The problem is not in a singular web page but in each page where prototype.js is referenced, because i need to bind functions on different HTML elements dependending on their classes (for example, each HTML textfield element with class date needs to be validate and so on ... ) So I think it's

[Proto-Scripty] Re: Out Of Memory Error in IE7 and IE8

2009-10-23 Thread Alex McAuley
can you pastebin your page... Alex Mcauley http://www.thevacancymarket.com - Original Message - From: Etha ev.distef...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Friday, October 23, 2009 12:13 PM Subject: [Proto-Scripty] Re: Out Of Memory

[Proto-Scripty] Re: Out Of Memory Error in IE7 and IE8

2009-10-23 Thread david
Hi Etha, please send you HTML code to load prototype. There is no reason that it does such a thing. -- david On 23 oct, 13:27, Alex McAuley webmas...@thecarmarketplace.com wrote: can you pastebin your page... Alex Mcauleyhttp://www.thevacancymarket.com - Original Message - From:

[Proto-Scripty] Re: Out Of Memory Error in IE7 and IE8

2009-10-23 Thread david
Hi Etha, didn't you think that you have done the error. ;)) I'm sure that the core team have tested prototype on IE7/8 . And If we were just after the release date that could be possible option (even if I doubt). But today, 2 month after the official release date ? I'm sure that some

[Proto-Scripty] Re: Out Of Memory Error in IE7 and IE8

2009-10-23 Thread Etha
Yes, you're right. In fact, I asked for someone else who had the same problem, nothing about a prototype.js bug. Don't you think? ;-) I'd just like to know if there's something to fix (known issues or anything like this) after updating prototype to 1.61.1. As written above, I often use

[Proto-Scripty] Re: Out Of Memory Error in IE7 and IE8

2009-10-23 Thread Alex McAuley
Its not prototype else it would happen to everyone. I asked for a pastebin of your page so we could see what else was being loaded and diagnose the problem. Alex Mcauley http://www.thevacancymarket.com - Original Message - From: Etha ev.distef...@gmail.com To: Prototype