[Proto-Scripty] Re: Prototype breaks the IE8 native JSON parser.

2009-08-20 Thread T.J. Crowder
Hi, Wait! Stop the presses, are you saying IE8 has...a bug in it? ;-) (Oh, I shouldn't be mean to Microsoft, all browsers have bugs in them, and they seem to have made quite an effort in IE8.) Have you reported the bug to Microsoft? Seriously, though, thank you for doing the research to why it

[Proto-Scripty] Re: Prototype breaks the IE8 native JSON parser.

2009-08-20 Thread Tobie Langel
This is a Prototype bug and will be fixed in version 1.7. In the meantime, please use Object.toJSON(...) instead. Best, Tobie On Aug 20, 10:53 am, T.J. Crowder t...@crowdersoftware.com wrote: Hi, Wait! Stop the presses, are you saying IE8 has...a bug in it? ;-) (Oh, I shouldn't be mean

[Proto-Scripty] Re: Prototype breaks the IE8 native JSON parser.

2009-08-20 Thread T.J. Crowder
Tobie, What's the issue #? I'm curious how Prototype can work around this IE8 behavior... Cheers, -- T.J. On Aug 20, 1:04 pm, Tobie Langel tobie.lan...@gmail.com wrote: This is a Prototype bug and will be fixed in  version 1.7. In the meantime, please use Object.toJSON(...) instead.