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

Tim, Charles' example is not absurd; it is the same format I have most often used for transporting data for drop-down lists. In fact, I discovered this bug in Chrome precisely because of this use case.

I had an associative array in PHP ordered by value, which I encoded in JSON to be loaded dynamically into a drop-down. The resulting drop-down options were in seemingly random order to users of Chrome, but in alphabetical order to users of Firefox, Safari, and IE.

Irritating.

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

Reply via email to