Opened 11 years ago
Closed 11 years ago
#22624 closed Uncategorized (invalid)
readonly form widget modified by new Firefox number input
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Forms | Version: | 1.6 |
| Severity: | Normal | Keywords: | form firefox readonly |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In Firefox v.29.1, the input for type=number has up/down arrows that can modified the form even if readonly is set to True.
<input id="id_form-1-precision" name="form-1-precision" readonly="True" type="number" value="0" />
This input above cannot be edited with keyboard but can be with up/down arrow.
Change History (3)
comment:1 by , 11 years ago
comment:3 by , 11 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Refer to this Firefox ticket: https://bugzilla.mozilla.org/show_bug.cgi?id=982189