When possible, <input type=number> should preserve the formatting of the 'value' attribute or any string assigned to input.value
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
Webcompat Priority | revisit |
People
(Reporter: gardnerjohng, Assigned: jwatt)
References
()
Details
(4 keywords, Whiteboard: [webcompat][layout:backlog:quality])
Attachments
(1 file, 1 obsolete file)
744 bytes,
text/html
|
Details |
Comment 1•11 years ago
|
||
Comment 3•11 years ago
|
||
Updated•10 years ago
|
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
Updated•9 years ago
|
Assignee | ||
Comment 11•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Updated•9 years ago
|
Comment 13•9 years ago
|
||
Comment 14•9 years ago
|
||
Comment 15•9 years ago
|
||
Comment 16•9 years ago
|
||
Comment 17•9 years ago
|
||
Comment 18•9 years ago
|
||
Comment 19•8 years ago
|
||
Comment 20•8 years ago
|
||
Comment 21•7 years ago
|
||
Updated•7 years ago
|
Comment 22•7 years ago
|
||
Updated•7 years ago
|
Comment 24•7 years ago
|
||
Comment 25•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 26•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 27•6 years ago
|
||
Comment 28•6 years ago
|
||
Is there any news on this? Been ready to land since November 23 2018 :)
Updated•6 years ago
|
Assignee | ||
Comment 29•6 years ago
|
||
Comment on attachment 9027069 [details]
Bug 1005603. Make <input type=number> preserve the formatting of the 'value' attribute or string assigned to input.value. r=mats
This patch doesn't work correctly; it's not so simple after all. I'm close to having a replacement though.
Assignee | ||
Comment 30•6 years ago
|
||
Didn't mean to clear the NI.
Comment 31•6 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Comment 32•6 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Updated•6 years ago
|
Comment 33•5 years ago
|
||
Any update on this please. I have issue while entering account numbers and DOB
Comment 34•5 years ago
|
||
Note that the Vodaphone UK site depends on the expected behavior of this bug (Bug 1586870).
Hsin-yi, we should talk about this one in webcompat triage.
Comment 35•5 years ago
|
||
(In reply to Mike Taylor [:miketaylr] (slow to respond Oct 8 - Oct 13) from comment #34)
Note that the Vodaphone UK site depends on the expected behavior of this bug (Bug 1586870).
Hsin-yi, we should talk about this one in webcompat triage.
Thanks for the heads up! Reading through the old history. :)
Comment 36•5 years ago
|
||
Updated•5 years ago
|
Comment 37•5 years ago
|
||
I think this is fixed by bug 981248: We still format the value for display, but reading back .value
gets the raw string.
I think that should fix the issues that the compat team has seen. Mike, can you or anyone on your team confirm?
Comment 38•5 years ago
|
||
Yep! I just confirmed we get expected behavior in Nightly 74 (vs 73). Thank you!
Description
•