Modify ↓
Opened 21 years ago
Closed 21 years ago
#715 closed defect (fixed)
Label of radio group is not displayed
| Reported by: | Christopher Lenz | Owned by: | Christopher Lenz |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | custom properties |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When using TracTicketsCustom to add a custom radio group, the label of the radio group is not actually displayed in the ticket form.
A possible solution would be to add a <fieldset class="radiogroup"> around the radio <input>s, with the legend of the fieldset being the label of the property.
Attachments (0)
Change History (2)
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



Fixed in [877]. Radio groups are now <fieldset>s with the class "radio".