add <label> tag to radio/checkbox arrays

Bug #558028 reported by benjaminsonntag
6
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)

Revision history for this message
benjaminsonntag (benjaminsonntag-users) wrote :

Logged In: YES
user_id=193384

Sorry, forgot the attachment.

Revision history for this message
benjaminsonntag (benjaminsonntag-users) wrote :

The file label.patch was added: Patch Label

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.