-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
High
-
None
-
Affects Version/s: 8.22.0
-
Component/s: Accessibility
-
8.22
-
Severity 2 - Major
Issue Summary
The close details element is not accessible by the keyboard alone and screen reader user.
Element Name:
Close details Element
Location: Present in the Right top section on the details panel.
Tested URL
Steps to Reproduce
- In the Jira dashboard, Navigate to the "Project " menu link in the header section.
- Navigate to any project and activate it.
- In the left panel, select "Kanban board" board.
- In the "Kanban board" dashboard under the "TO DO" list select any bug which with open a details section on the right side of the page.
- Navigate to the Close element in the Right section of the Details panel which is available.
Actual Results
In the details section for the available bugs, the "Close details" element which is used to close the details panels do not receive keyboard alone and screen reader focus. When the element is activated via mouse click the details panel closes.
The element is coded into <span class="ghx-iconfont aui-icon aui-icon-small aui-iconfont-close-dialog">Close detail ( T )</span> incorrectly.
This makes it keyboard-only and screen reader users difficult to access close element to close the details panel.
Expected Results
Following are the expected keyboard interactions.
- The interactive element "Close details" should be able to receive keyboard focus and the screen reader focus.
- The screen reader should announce the element as a "Close details button"
- On closing the details panel the focus should go to the selected details in the Todo section.
Apply the following suggested fixes in the source code.
- Provide a clear & descriptive label and role to the checkbox element. For Example:
- role="button" or code the element into <button> attribute.
- Additionally add aria-label="Close details tab" to the button.
Screenshot

Screen Recording
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available.
Bug Ref: 733634
- duplicates
-
JRASERVER-74017 Specific Board : Inaccessible by keyboard and no conforming alternate.
-
- Closed
-
- is resolved by
-
JRASERVER-73459 Backlog page : The Close button which becomes available in issue detail window is keyboard inaccessible
-
- Closed
-