Re: [Proto-Scripty] Re: IE stack overflow

2011-03-16 Thread Phil Petree
Every time that I have had a stack overflow its been because of a continuous, recursive call (same function gets continually called inside a loop until there is no more room on the stack to make another call (stack gets depleted hence the stack overflow)). On Wed, Mar 16, 2011 at 9:13 AM, Walter L

Re: [Proto-Scripty] Re: IE stack overflow

2011-03-16 Thread Walter Lee Davis
Which lightbox, and which version of Prototype? This error means that you're asking IE to do something (usually) that's part of the extended Prototype canon, but you're asking it on an object which has not been extended by Prototype yet. Normal JavaScript engines don't need this bit of codd

[Proto-Scripty] Re: IE stack overflow

2011-03-15 Thread The Dark Lord
ok, well as i said i was not a javascript guru, but i think i may have found the issue after going through the IE debugger... it appears that lightbox that i'm using is causing the issue with an endless loop or something which is causing the stack overflow. and it is the reason for the handler not