#6532 closed defect (bug) (fixed)
Accessibility BP admin screens: Add Labels and Remove Tab Index
Reported by: | mercime | Owned by: | mercime |
---|---|---|---|
Milestone: | 2.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
Continuing with finding accessibility issues as noted in ticket #6531, I did a sweep of the BP Admin pages. Following are the issues found:
- Activity (page=bp-activity) - label for select activity-type
- Groups (page=bp-groups … action=edit) - for select and input elements
- Profiles (page=bp-profile-edit) - for select elements
- Profile Fields (page=bp-profile-setup) - for select, input, and textarea for all the different profile fields
- Profile Set up (page=bp-profile-setup .. group_id .. field_id .. mode=edit_field) - for select, input, and textarea
- Remove tab-index from Users > Profile Extended, input type="submit"
- Remove tab-index from BP- Groups > Edit Group, input type="submit"
- Remove tab-index from Activity > Edit, input type="submit"
Attachments (3)
Change History (24)
#1
@
9 years ago
- Summary changed from Accessibility BP admin screens: Add Labels and Tab Index to Accessibility BP admin screens: Add Labels and Remove Tab Index
#3
@
9 years ago
Attached patch adds labels to Group admin panel for the select, input, and text area form elements.
#4
@
9 years ago
- Keywords has-patch needs-testing good-first-bug added
- Milestone changed from Awaiting Review to 2.4
#7
@
9 years ago
Remove tabindex from submit buttons of Users > Profile Extended, Groups > Edit Group, and Activity > Edit screens. Attached: 6532-remove-tabindex.patch
#13
@
9 years ago
- Owner set to mercime
- Resolution set to fixed
- Status changed from new to closed
In 10220:
#14
@
9 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
The commit above (10220) was for ticket #5817, my bad.
#18
@
9 years ago
- Keywords needs-testing good-first-bug removed
- Resolution set to fixed
- Status changed from reopened to closed
Moving the rest accessibility issues for xProfile fields to new ticket #6655 and closing this ticket.
Attached patch adds label to Activity admin panel to filter activity-type