-
Bug
-
Resolution: Done
-
High
-
8.20.1
-
8.2
-
2
-
Severity 3 - Minor
-
1
-
Issue Summary
The custom checkbox element is missing a role and/or checked state. role checkbox is not provided to appropriate element also checked state is also not announced for screen reader user.
Steps to Reproduce
- Open URL
- Navigate to issues dropdown and select "Search for issues"
- Navigate to "Project" and expand now bring focus and observe whether items are announced as checkboxes also, when checkbox is in checked state is it announced as checked.
Actual Results
When user navigates to checkboxes available when user activates "Project", "Type", "Status", "Assignee" and "more" available after "Save as" screenreader does not announces it as a "Checkbox". Additionally, when user moves focus on checkbox that is in checked state it does not announces checked state.
Expected Results
When user navigates to checkboxes screen readers should announce it as checkboxes, also when focus is moved on to checkbox which is in checked state it should announce it as checked. Use role="checkbox" and provide aria-checked="true" for checked checkboxes on appropriate elements.
Screenshot
Bug Ref: 723898
- is duplicated by
-
JRASERVER-73413 Search Issue : Filter checkbox elements are not accessible to screen reader users
-
- Closed
-
- is related to
-
JRASERVER-74065 Project Issue Backlog : Listbox is missing appropriate roles and /or attributes
-
- Closed
-