[false; enhancement] JsonReader - results:null
January 7th, 2009 by jack
Json response: {total:0, results:null}
The reader has an exception when in readRecords when trying to do
var root = this.getRoot(o), c = root.lengthroot is null, so it has no properties.
But it throws and exception, which goes into a loadException event fired.
Fix suggestion:
var root = this.getRoot(o), c = root?root.length:0@jsakalos : I really do hope this is a bug :)
Good to have in the forum though. Maybe others went into this as well.
@changing this maybe to "enhancement"
#If you have any other info about this subject , Please add it free.# |
Posted in ncgloryholes.com | edit