-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
None
-
Affects Version/s: 8.20.1, 9.0.0
-
Component/s: Accessibility
-
8.2
-
Severity 3 - Minor
Issue Summary
The element is not accessible by keyboard alone and there is no conforming accessible version of the same functionality reachable from the non-conforming page.
Element Name:
Close details button
Location of the element: Present in the header region of the issue container.
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 the "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
Screen Recording 2022-07-06 at 7.51.56 PM.mov![]()
Workaround
Currently there is no known workaround for this behaviour. A workaround will be added here when available
Bug Ref: 733634
- is duplicated by
-
JRASERVER-73384 Specific Board : Close element inaccessible by keyboard alone user.
-
- Closed
-