Opened 11 years ago
Closed 11 years ago
#5437 closed enhancement (fixed)
Add labels to BP Group Settings radio buttons
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Groups | Keywords: | |
Cc: |
Description
Instead of making users click the radio buttons directly, allow clicking the associated text as well. Also helps with accessibility
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Awesome, this looks like a good fix.
Your patch also demonstrates that our use of
<label for="group-status">
is incorrect. Labels go with individual controls, not entire sets. We should wrap these options in a<fieldset>
and then apply a<legend>
instead of a top-level label. tw2113, you fancy updating your patch with that change?