add <label> tag to radio/checkbox arrays
Bug #558028 reported by
benjaminsonntag
This bug report is a duplicate of:
Bug #266391: difficult to use radio and check boxes in admin interface.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Mailman |
New
|
Undecided
|
Unassigned |
Bug Description
as of feature request [ 670171 ] :
The <label> tag allow a text to be associated with a
form component.
eg. :
do you like pizza ? <br>
Yes: <input type="radio" name="geek" value="1"><br>
No: <input type="radio" name="geek" value="0"><br>
The problem is that those radiobutton MUST be clicked
precisely, you cannot click on the "yes" or "no" text
associated with the radio button. In fact they are only
graphically associated. Since HTML 2.0, you can
associate a text to a field form. This tag, named
"label" is known by all major browsers (mozilla, ie,
ns...)
Here is a patch to add <label> tags to radio and
checkbox arrays
it works on mailman-2.1-5.deb (debian sid package)
To post a comment you must log in.
Logged In: YES
user_id=193384
Sorry, forgot the attachment.