Opened 10 years ago

Closed 10 years ago

#22624 closed Uncategorized (invalid)

readonly form widget modified by new Firefox number input

Reported by: burton449geo@… 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 burton449geo@…, 10 years ago

comment:2 by Tim Graham, 10 years ago

Isn't this a browser bug and not something we can/should fix in Django?

comment:3 by anonymous, 10 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top