[Prototype-core] Re: Ajax.Request Breaks on Firefox 2.0.0.1

2007-02-23 Thread Tobie Langel
Hi, I've spent quite a long time adding JSON support to Prototype and have recently committed my changes to the Ajax branch. You can read more about it here: http://groups.google.com/group/prototype-core/browse_thread/thread/43c13d4b233b20fb?hl=en Some things still need to be smoothened out, bu

[Prototype-core] Re: Ajax.Request Breaks on Firefox 2.0.0.1

2007-02-23 Thread Ken Snyder
Andrew Dupont wrote: > (I seem to recall there's an older version > of Crockford's library that plays nice -- Mislav, do you know where to > find it?)... > I posted an older version several weeks ago on ROR-spinoffs. There are several versions of JSON that don't rely on Object.prototype; they

[Prototype-core] Re: Ajax.Request Breaks on Firefox 2.0.0.1

2007-02-23 Thread Andrew Dupont
You're still treating Request.responseText as if it were JSON, even though you're no longer converting it to JSON. The solution is not to remove the JSON conversion -- it's to find a JSON library that doesn't muck with Object.prototype. (I seem to recall there's an older version of Crockford's li

[Prototype-core] Re: Ajax.Request Breaks on Firefox 2.0.0.1

2007-02-23 Thread RFLudwick
I still can't get it to work, no matter what I do. Now it won't work in IE: new Ajax.Request(URL, { parameters: { Name: Name, Email_Address: Email_Addres

[Prototype-core] Re: Ajax.Request Breaks on Firefox 2.0.0.1

2007-02-23 Thread Andrew Dupont
On Feb 23, 4:37 pm, "Colin Mollenhour" <[EMAIL PROTECTED]> wrote: > Man this is getting annoying.. I wish json.org would change their code > or Prototype would use $H().each in setRequestHeaders or both > (preferable) would happen soon. This is popping up on Rails Spinoffs > at least twice a day i

[Prototype-core] Re: Ajax.Request Breaks on Firefox 2.0.0.1

2007-02-23 Thread RFLudwick
Still not working. I removed the JSON code and here's the new request: new Ajax.Request("http://www.robertzone.com/ajax/contact_me.php";, { parameters : { Name : Name,

[Prototype-core] Re: Ajax.Request Breaks on Firefox 2.0.0.1

2007-02-23 Thread Colin Mollenhour
Man this is getting annoying.. I wish json.org would change their code or Prototype would use $H().each in setRequestHeaders or both (preferable) would happen soon. This is popping up on Rails Spinoffs at least twice a day it seems. > You included the new JSON library from json.org? That is what

[Prototype-core] Re: Ajax.Request Breaks on Firefox 2.0.0.1

2007-02-23 Thread Mislav Marohnić
On 2/23/07, RFLudwick <[EMAIL PROTECTED]> wrote: > > > Any ideas? You included the new JSON library from json.org? That is what broke Prototype. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype: Core" grou