#27920 closed Bug (fixed)
RadioSelect is not rendering the value attribute when it is empty
Reported by: | Claude Paroz | Owned by: | Claude Paroz |
---|---|---|---|
Component: | Forms | Version: | 1.11 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When a choice for a widgets.RadioSelect
has an empty value, the rendered widget doesn't have the value
property. This is not equivalent to value=''
or even of a simple value
. Some browsers at least default to value='on'
when the attribute is absent.
Attachments (1)
Change History (7)
by , 8 years ago
Attachment: | 27920-test.diff added |
---|
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 8 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Failing modified test