-
Bug
-
Resolution: Duplicate
-
High
-
None
-
8.20.1
-
8.2
-
1
-
Severity 2 - Major
-
1
-
Issue Summary
The buttons such as "Project", "Type", "Status", "Assignee" and "more" is missing role as button. which impacts screen reader users as they won't get informed about functionality of the interactive element.
Steps to Reproduce
- Open URL
- Navigate to issues dropdown and select "Search for issues"
- Navigate to "Project", "Type", "Status", "Assignee" and "more" available after "Save as" button and observe that interactive elements are not announced as button instead are announced as list items.
Actual Results
When user navigate to "Project", "Type", "Status", "Assignee" and "more" using screen reader, buttons are announced as list items which might cause confusion among screen reader users.
Additionally, the buttons are having pop up containing list of checkboxes which results as screen reader users are not aware that buttons more content available on expansion of the button.
Expected Results
Button such as "Project", "Type", "Status", "Assignee" and "more" should be programmed using <button> tag. Alternatively, provide role="button" to the interactive elements.
Additionally, provide aria-haspopup="true" to the buttons items which would allowed screen reader to provide information to screenreader about when button is activated there is content to explore.
Screenshot
Bug Ref: 740099
- is resolved by
-
JRASERVER-73462 Find an issue: Interactive elements (filters) are missing role and state
-
- Closed
-
- mentioned in
-
Page Loading...