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: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.5 | Priority: | low |
| Severity: | minor | Version: | |
| Component: | Administration | Keywords: | has-patch label |
| Focuses: | Cc: |
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.
I think the patch needs a refresh now that some other changes went in.