[Prototype-core] Re: $$() and checkboxes checked property

2007-03-22 Thread Christophe Porteneuve
Hey there, Which exact version of Prototype are you using? -- Christophe Porteneuve aka TDD [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send

[Prototype-core] Re: Dean Edwards new library

2007-03-22 Thread Christophe Porteneuve
Hey, Mislav Marohnić a écrit : Danger. The page loads 2.5 MB of scripts and dojo.js makes tens of XHR (synchronous!) requests which all result in 404s (!). This can seriously hurt your browser! WTF is Dean doing? This page goes against every principle of pageload efficiency! It's not

[Prototype-core] Re: SyntaxError object missing.

2007-03-22 Thread jdalton
Ahh I see my Firebug picks it up. IE is silly about it (doesnt give the error message says an exception was thrown but not caught). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to

[Prototype-core] Re: $$() and checkboxes checked property

2007-03-22 Thread dynamo517
Sorry, yeah that would be important information :). I'm using Prototype version 1.5.0_rc1. I tried using 1.5.0_rc2, but I got an error saying Stack overflow at line: 0. The web browser is IE7. --~--~-~--~~~---~--~~ You received this message because you are

[Prototype-core] Ajax.Updater and Cacheability

2007-03-22 Thread Walter
Hi all, (I am reposting this from the spinoffs list by request from the only response received there) It seems to me that as AJAX applications mature and become more popular, many Prototype deployments will require some sort of caching layer. Perhaps some would say that caching belongs outside

[Prototype-core] Form.serialize, Ajax.Request, Hash.toQueryString, .toQueryParams

2007-03-22 Thread Colin Mollenhour
I started a new thread on this since it was getting quite long and I now have a new take on the subject. The changes to these functions introduced in 1.5.1 have broken a few things, no doubt about that. The problem is Ajax.Request always converts parameters into a Hash, making *assumptions*