Open
Bug 1204868
Opened 10 years ago
Updated 3 years ago
<input type=number> displays very small numbers as "0", despite recognizing and stepping them correctly internally
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | affected |
People
(Reporter: jwatt, Unassigned)
References
(Blocks 2 open bugs, )
Details
<input type=number> displays very small numbers as "0", despite recognizing and stepping them correctly internally. For example, step the number input in this test:
data:text/html,<input type="number" value="1e-17" step="1e-18" onchange="document.getElementById('out').value=this.value"/><br><input type=text id=out> is the value of input.value
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•