Opened 12 years ago
Closed 12 years ago
#5437 closed enhancement (fixed)
Add labels to BP Group Settings radio buttons
| Reported by: | tw2113 | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 |
| Component: | Groups | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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?