-
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 uses device-dependent event handlers and is therefore not accessible by keyboard alone.
Element: Quick filter
Location : Below "Kanban board" heading
Additional details: When the mouse pointer is placed on the above-mentioned element, the tooltip will be displayed on the screen.
Note: This issue is present in many pages.
Steps to Reproduce
- Navigate to the Jira dashboard page.
- Navigate to the "Project" menu button in the header section & activate it.
- Activate the "Kanban project" or any other available project.
- try to navigate to the "Quick filter" which is just below the "Kanban board" heading.
Actual Results
When the user tries to navigate to the "Quick filter" element, the "Quick filter" element cannot be accessed by the keyboard. Additionally, the tooltips are used to convey crucial information about the "Quick filter" element. The interactive element is coded inappropriately which makes tooltip functionality inaccessible for keyboard-only and screen reader users as the element does not receive keyboard focus on traversal thereby missing the crucial information. Moreover, the information is only present on mouse hover.
Expected Results
The "Quick filter" element should be accessible for keyboard-only and screen reader users.
- Use tabindex="0" to add an element that does not normally receive focus, into the navigation order when it is being used for interaction.
- Refer to the following link: !https://www.w3.org/favicon.ico!Developing for Web Accessibility – Tips for Getting Started
Screenshot

Screen Recording
Screen Recording 2022-07-08 at 7.33.37 PM.mov![]()
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available.
Bug Ref: 739694