[Prototype-core] out of memory exception in last version of protoculous

2008-05-01 Thread Rauan Maemirov
I'm using FF beta5. So, sometimes, when i refresh the page or restore the session, it throws out of memory exception, and then nothing work (written on prototype). Does anybody know, what does it mean. --~--~-~--~~~---~--~~ You received this message because you are

[Prototype-core] Re: out of memory exception in last version of protoculous

2008-05-01 Thread kangax
Does this happen with latest trunk revision? - kangax On May 1, 10:18 am, Rauan Maemirov [EMAIL PROTECTED] wrote: I'm using FF beta5. So, sometimes, when i refresh the page or restore the session, it throws out of memory exception, and then nothing work (written on prototype). Does anybody

[Prototype-core] Why document.domain in isSameOrigin?

2008-05-01 Thread Per Melin
The new isSameOrigin() looks at location.protocol and location.port but not on location.hostname, but instead on document.domain. This breaks things when you have an iframe on a different subdomain than the main page, because you have to change document.domain to let the iframe and its parent

[Prototype-core] Re: out of memory exception in last version of protoculous

2008-05-01 Thread John-David Dalton
Hello Rauan, Which version of protoculous are you using, (1.6.0.2 + 1.8.1) protoculous-shrinkvars.js? Have you tried using the regular prototype and scriptaculous. Can you try to create a reproducable test for me. Also for future reference please send questions to my gmail account. - JDD

[Prototype-core] Re: Why document.domain in isSameOrigin?

2008-05-01 Thread John-David Dalton
Please submit a bug ticket: http://www.prototypejs.org/contribute - JDD --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com

[Prototype-core] AJAX insertion - deprecation and custom functions

2008-05-01 Thread James Le Cuirot
Hi guys, The Prototype Insertion classes have been marked as deprecated in version 1.6.0. The part of the updateContent function that deals with insertion currently looks like this. if (options.insertion) { if (Object.isString(options.insertion)) { var insertion = { };