Opened 10 years ago
Closed 10 years ago
#30101 closed defect (bug) (wontfix)
Check box label should be clickable, same as other check box label of other pages
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.0 |
Component: | Administration | Keywords: | 2nd-opinion close |
Focuses: | accessibility | Cc: |
Description
Check box label should have similar behavior on all page.
Label of new user page are clickable and having cursor pointer but label of profile page are not clickable.
Attachments (4)
Change History (13)
#2
@
10 years ago
- Focuses accessibility added
- Keywords commit added
- Milestone changed from Awaiting Review to 4.1
#3
@
10 years ago
- Owner set to johnbillion
- Resolution set to fixed
- Status changed from new to closed
In 30027:
This ticket was mentioned in Slack in #accessibility by toscho. View the logs.
10 years ago
#5
@
10 years ago
This changed should be reverted; this patch adds a second label to fields that already have a label, which could lead to some very confused behavior for screen readers. The fields are sufficiently labeled already.
There's a possibility for using aria-describedby or aria-labelledby in these contexts, but adding a second label is definitely *not* an option.
#7
@
10 years ago
- Keywords 2nd-opinion added; has-patch commit removed
- Resolution fixed deleted
- Status changed from closed to reopened
Note: See
TracTickets for help on using
tickets.
Screenshot of new user and profile page