Closed
Bug 1808923
Opened 2 years ago
Closed 2 years ago
`<input type=number>` localizes unconditionally when set through JavaScript
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: dshin, Assigned: dshin)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
STR: Launch attached testcase, examine number input
Expected: As the value is set through JavaScript with string "0.01," the non-localized input should be preserved
Actual: The number input displays localized string "0,01."
Assignee | ||
Comment 1•2 years ago
|
||
Comment on sanitization seems to indicate that this is not the intended behaviour in the first place.
Assignee | ||
Comment 2•2 years ago
|
||
Comment hidden (obsolete) |
Updated•2 years ago
|
Attachment #9311056 -
Attachment is obsolete: true
Updated•2 years ago
|
Severity: -- → S3
Assignee | ||
Comment 4•2 years ago
|
||
WONTFIX as discussed in phabricator review.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•