[Webkit-unassigned] [Bug 138244] New: toLocaleString() doesn't work as it does in Firefox and Chrome
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 31 02:16:32 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=138244
Bug ID: 138244
Summary: toLocaleString() doesn't work as it does in Firefox
and Chrome
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: pp at goli.at
parseInt( '1000' ).toLocaleString()
Result in Safari: 1.000
Result in Firefox und Chrome: 1.111
parseFloat( '1000.33' ).toLocaleString()
Result in Safari: 1000.33
Result in FF und Chrome: 1.000,33
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141031/5d30ddb9/attachment-0002.html>
More information about the webkit-unassigned
mailing list