sgodden / echo3ext20

Automatically exported from code.google.com/p/echo3ext20
Other
0 stars 1 forks source link

Large JSON objects result in Firefox syntax error #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create a SimpleStore with a large number of rows, say 200.

Firefox will crash with a syntax error.  Everything works ok in IE and
Opera.  This is a well-known FF issue.  Either find another way of parsing
JSON objects which works, or switch to XML-encoding it all.

Original issue reported on code.google.com by sgod...@gmail.com on 20 Mar 2008 at 10:03

GoogleCodeExporter commented 9 years ago
Multiple text nodes were being generated in FF.  They are now joined together.

Original comment by sgod...@gmail.com on 26 Mar 2008 at 10:52