-
Bug
-
Resolution: Done
-
High
-
8.20.1, 9.0.0
-
8.2
-
Severity 2 - Major
-
Issue Summary
The interactive elements in the Date picker modal are missing both a role and an accessible name/label.
Elements: The following icon elements
- Question mark
- Close
- Prev Month (Single Left arrow)
- Next Month(Single Right arrow)
- Prev Year (Double Left arrow)
- Next Year(Double Right arrow)
Location: Top section of Calendar Widget
Steps to Reproduce
- Navigate to the Jira dashboard page.
- Navigate to the "Issues" menu button in the header section & activate it.
- Activate the “Search for issues ” link.
- Navigate to the Search section and open the "More" dropdown button
- Search for the "Created date" label option and select it.
- Navigate to the Date picker / Calendar icon to select a date.
- Try to inspect the elements such as Question mark, Close, Prev Month (Single Left arrow) , Next Month(Single Right arrow), Prev Year (Double Left arrow), and Next Year(Double Right arrow).
Actual Results
In the calendar picker for the search basic filter, some of the interactive elements such as " Question mark, Close, Prev Month (Single Left arrow), Next Month(Single Right arrow), Prev Year (Double Left arrow), and Next Year(Double Right arrow) " have a missing role and value for it.
For eg., the element Next Month(Single Right arrow ">") is only stated in the ">" character. This would not make the screen reader understand the purpose associated with it.
Additionally, the elements have missing keyboard support.
Expected Results
The element has a functionality more over like a button. The element could be defined into an <button> element or a role="button" could be provided.
An accessible name should be provided with an aria-label, such as aria-label="Next month" to the ">" button.
Ensure the elements receive keyboard focus and screen reader focus.
Screenshot
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.
Bug Ref: 726674
- is resolved by
-
JRASERVER-73446 Backlog : Calendar popup is inaccessible for screen reader & keyboard only users.
-
- Closed
-