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

2009-10-30 Thread david
was being > loaded and diagnose the problem. > > Alex Mcauleyhttp://www.thevacancymarket.com > > - Original Message - > From: "Etha" > To: "Prototype & script.aculo.us" > Sent: Friday, October 23, 2009 12:43 PM > Subject: [Proto-Scripty] Re: Out

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

2009-10-23 Thread Alex McAuley
o.us" Sent: Friday, October 23, 2009 12:43 PM Subject: [Proto-Scripty] Re: Out Of Memory Error in IE7 and IE8 > > 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 depend

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

2009-10-23 Thread Etha
> > can you pastebin your page... > > > > Alex Mcauleyhttp://www.thevacancymarket.com > > > > - Original Message - > > > From: "Etha" > > > To: "Prototype & script.aculo.us" > > > > > > Sent: Friday

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

2009-10-23 Thread david
page of my application ... :'( > > On 23 Ott, 13:27, "Alex McAuley" > wrote: > > > can you pastebin your page... > > > Alex Mcauleyhttp://www.thevacancymarket.com > > > - Original Message - > > From: "Etha" > > To: &qu

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

2009-10-23 Thread david
> From: "Etha" > To: "Prototype & script.aculo.us" > Sent: Friday, October 23, 2009 12:13 PM > Subject: [Proto-Scripty] Re: Out Of Memory Error in IE7 and IE8 > > > None can help me? > > > On 22 Ott, 14:59, Etha wrote: > >> Hi, I'm

[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" To: "Prototype & script.aculo.us" Sent: Friday, October 23, 2009 12:13 PM Subject: [Proto-Scripty] Re: Out Of Memory Error in IE7 and IE8 > &g

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

2009-10-23 Thread Etha
> - Original Message - > From: "Etha" > To: "Prototype & script.aculo.us" > Sent: Friday, October 23, 2009 12:13 PM > Subject: [Proto-Scripty] Re: Out Of Memory Error in IE7 and IE8 > > > None can help me? > > > On 22 Ott, 14:59, Etha wro

[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 wrote: > > Hi, I'm u

[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 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 to disable > e

[Proto-Scripty] Re: Out of memory error

2008-09-26 Thread T.J. Crowder
Hi Mike, Thanks for posting back. I think the 'out of memory' thing is a Firebug bug, not a bug in your code or Prototype. Good you were able to find the underlying problem. -- T.J. :-) On Sep 26, 4:14 am, MikeFeltman <[EMAIL PROTECTED]> wrote: > Hey, > > Just wanted to let you know I was abl

[Proto-Scripty] Re: Out of memory error

2008-09-25 Thread MikeFeltman
Hey, Just wanted to let you know I was able to resolve this. I made several changes, but I thing the issue was that the F1.Data.Validate function was not specifying a return value. Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Proto-Scripty] Re: Out of memory error

2008-09-25 Thread MikeFeltman
Hi TJ. Thanks for the response. I knew I needed to post more details as soon as I clicked "send" but had to wait until the message showed up since I'm a noob 'round these parts. I'm seeing the error on Firefox 3 with Firebug, yes. On Safari, IE, and Chrome the out of memory error is not reported,

[Proto-Scripty] Re: Out of memory error

2008-09-25 Thread T.J. Crowder
Hi Mike, Where are you seeing this out of memory error? Are you seeing it in Firebug on Firefox 3 by any chance? Because I've had nothing but grief with Firebug on Firefox 3. The previous version on Firefox 2 was great, but they really seem to be struggling with the update. If it's coming fro