Opened 8 years ago
Closed 8 years ago
#38459 closed defect (bug) (fixed)
Checkbox have double label on single input field
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Networks and Sites | Keywords: | has-patch |
Focuses: | ui, accessibility, multisite | Cc: |
Description
On user-new.php, Skip Confirmation Email heading have double label but other checkbox on other screen have single label.
It should show same behavior on all screen.
Attachments (3)
Change History (8)
#2
@
8 years ago
- Summary changed from Check box have duble label on single inpiy field to Checkbox have double label on single input field
#3
@
8 years ago
- Component changed from Users to Networks and Sites
- Focuses multisite added; administration removed
#4
@
8 years ago
- Milestone changed from Awaiting Review to 4.7
- Owner set to afercia
- Status changed from new to assigned
- Version 4.6.1 deleted
It would be great to fix this and I'd say it's simple enough to go in 4.7. Refreshed patch to properly associate some checkboxes labels. Labels can be associated to their related form fields either explicitly (using a for
attribute referencing the field ID) or implicitly (using the label to wrap the field). As a best practice, never do both and prefer explicitly associated labels when possible.
Note: See
TracTickets for help on using
tickets.
Screenshot of new user screen