Opened 18 years ago
Closed 18 years ago
#6198 closed defect (bug) (fixed)
Label for admin color scheme radio buttons doesn't work
| Reported by: | nbachiyski | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 2.5 |
| Component: | Administration | Version: | |
| Severity: | minor | Keywords: | has-patch label |
| Cc: | Focuses: |
Description
Steps to reproduce:
- Get [7272]
- Go to your profile page
- Use Firefox
- Try to activate one of the color scheme radio buttons, using the color table or name
Expected: radio button is activated
Actual: it isn't
The problem is that <label> doesn't work with block-level elements inside, even if display: block is specified.
I propose that we use label for the color scheme name only and use a <div> instead of a <label> to structure the options.
Attachments (2)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I think the patch needs a refresh now that some other changes went in.