Closed
Bug 1561236
Opened 6 years ago
Closed 6 years ago
Input type = number works incorrect on all browser languages excluding english
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1199665
People
(Reporter: ares, Unassigned)
Details
Attachments
(1 file)
953.16 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.80 Safari/537.36
Steps to reproduce:
- switch FF browser language to russian
- go to https://developer.mozilla.org/ru/docs/Web/HTML/Element/Input/number
Allowing decimal values
section. Type any decimal value, for example 5.6 - input highlighted and message says that input is empty.
we try to reproduce it on deutsch language and have the same problem.
os - macOS
Actual results:
I get it in my application and value captured from input type number with step="any" attribute is empty if decimal value entered. it's critical for our firefox users.
Expected results:
Value must be actual, it works in any browser.
Comment 1•6 years ago
|
||
Doesn't seem like a security issue, and is definitely a duplicate of bug 1253606 which got duped to 1199665, so duping there.
Group: firefox-core-security
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•