Closed
Bug 1010219
Opened 11 years ago
Closed 11 years ago
Number.toLocaleString() don't works correctly with es-ES
Categories
(Core :: JavaScript: Standard Library, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 999003
People
(Reporter: setoni3, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140506152807
Steps to reproduce:
I used the Number.toLocaleString() with es-ES as locale.
Actual results:
The number was "13500" and the result was "13 000". This problem happens since Firefox 29.0.1 versión.
Expected results:
The expected result is "13.000"
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•