Issue 3077: javascript Array.sort bug
http://code.google.com/p/chromium/issues/detail?id=3077

New issue report by chris.f.jay:
Product Version      : 0.2.149.30 (2200)
Other browsers tested:
      Safari 3.1: OK
     Firefox 3.0: OK
          IE 7: OK

What steps will reproduce the problem?
1. ["50", "60", "100"].sort(function(a,b) {return Number(a)>Number(b)})
2. Safari, Firefox and IE all return ["50", "60", "100"] as expected
3. Chrome returns  ["60", "100", "50"] instead. huh?



Issue attributes:
        Status: Unconfirmed
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-All Area-Misc

-- 
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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to