Comment #10 on issue 3867 by sireland: Objects not created or called in
order!!
http://code.google.com/p/chromium/issues/detail?id=3867
<html><body><script>
var data = {100000:1, 200000:2, 300000:3, 400000:4, 500000:5};
for (var i in data) alert(i + ' => ' + data[i]);
</script></body></html>
Seems that when names of object elements are too big numbers (tried to make
them
strings - '100000' instead of just 100000 - did not work also), Chrome
sorts them in
different order. If you remove three zeros, it starts working the same way
as other
browsers do.
--
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
-~----------~----~----~----~------~----~------~--~---