Comment #4 on issue 13865 by marclallen117: Unexpected Javascript behaviour http://code.google.com/p/chromium/issues/detail?id=13865
Chrome development is taking the hard stance that an associative array (which is what you have defined) has no defined order, and iteration over that array will have no defined order. While, technically, I agree with them, the fact of the matter is that oodles of code out in the real world assume that iterating over an associative array will be ordered in the order of insertion. Personally, I think they should make changes to conform to the other major browsers, but they seem to feel differently. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
