Comment #48 on issue 164 by nekdolan: Wrong order in Object properties interation
http://code.google.com/p/v8/issues/detail?id=164

I just run into this problem myself, and then googled it, and here I am. I used php to pass an object filled with arrays from an sql select. I tried json_encode, but that didn't work well (don't ask me why). I used the id's from the sql table as keys in the object, but when I used 'for in' on the object, chrome did it backwards. IE and Firefox was okay.
In the end I added an 'a' to every id...and now it works.

Aníway I thinks it should work so that the orded stays the same no mather what. @phistuck following IE9 would be real smart... well maybe they are following chrome

I think this kind of thing should be mentioned somewhere that is NOT a page for bugs. Like W3Cschools...

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to