Open
Bug 1221757
Opened 10 years ago
Updated 5 years ago
number input value property is not updating when entering number and period
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: alon.wrk, Unassigned)
Details
Attachments
(1 file)
|
123 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0
Build ID: 20151014143721
Steps to reproduce:
I had entered the string "2." (as part of typing 2.5) into <input type="number"> the presented value is "2."
I had tries to get programmatically the value of the input.
Actual results:
The input property value is "2" and not "2."
Expected results:
The expected result should be "2." more over this is what the input field shows, so there is mismatch between the presented value and the object value.
Comment 2•5 years ago
|
||
Bulk-downgrade of unassigned, untouched DOM/Storage bug's priority.
If you have reason to believe, this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•