Closed
Bug 1012446
Opened 11 years ago
Closed 11 years ago
Input type=number doesn't display all the decimal places of the value
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1004327
People
(Reporter: u424271, Unassigned)
Details
Attachments
(1 file)
134.93 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140506152807
Steps to reproduce:
Create a new input type=number on a page.
Set step='any'
Set value='0.123654'
Actual results:
Firefox shows the value 0.124 in the form control.
It only ever seems to show 3 decimal places, and rounds the forth if necessary
Expected results:
It should have shown as many decimal places as the set value
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
•