Issue 103: javascript Array.sort() bug
http://code.google.com/p/v8/issues/detail?id=103
New issue report by chris.f.jay:
try running
["50", "60", "100"].sort(function(a,b) {return Number(a)>Number(b)})
in Chrome 0.2.149.30, it gives you ["60", "100", 50"]. Huh?
in Firefox 3.0, Safari 3.1 and IE7 it gives you ["50", "60", "100"] as
expected.
Issue attributes:
Status: New
Owner: ----
--
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
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---