Closed
Bug 949134
Opened 11 years ago
Closed 11 years ago
<input type=number> step up/down makes no sense with step="any"
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
FIXED
mozilla29
People
(Reporter: markus.popp, Assigned: jwatt)
References
Details
Attachments
(1 file)
7.32 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
If you have an input type=name field like
<input type="number" step="any">
... to allow entering decimals, the up/down buttons are displayed, but don't do anything. You can try this at http://var.mpopp.net/number-bug/index.php
Either the up/down buttons should not be displayed at all, or (IMO better and also like Chrome 31 does it) assume a step of 1 (while still allowing decimals to be entered manually).
Assignee | ||
Comment 1•11 years ago
|
||
Sounds reasonable to me. Thanks for you bug report.
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8360570 -
Flags: review?(bugs)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jwatt
Status: NEW → ASSIGNED
Updated•11 years ago
|
Attachment #8360570 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
Updated•11 years ago
|
Component: General → DOM
Product: Firefox → Core
Target Milestone: Firefox 29 → mozilla29
Reporter | ||
Comment 5•11 years ago
|
||
Any chance to get this fix included in Firefox 28, now in beta?
Assignee | ||
Comment 6•11 years ago
|
||
Sorry, but there are too many things to uplift, so <input type=number> is going to be turned off in v28 (bug 962313).
Comment 7•11 years ago
|
||
Verified as fixed using latest Aurora 29.0a2 (20140305004002) under Win 7 64-bit and Ubuntu 32-bit.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•