Closed
Bug 1009578
Opened 11 years ago
Closed 11 years ago
spinner in number input can modify the value when readonly="True"
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 982189
People
(Reporter: burton449geo, Unassigned)
Details
(Keywords: inputmethod)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140506152807
Steps to reproduce:
<input id="id_form-1-precision" name="form-1-precision" readonly="True" type="number" value="0" />
With such input, the keyboard cannot change the value, but the spinner can.
Expected results:
The spinner should not be able to change the value of a readonly input
Reporter | ||
Updated•11 years ago
|
Keywords: inputmethod
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•