-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
4.22.2
-
Severity 3 - Minor
-
Issue Summary
On screens page. the focus is not visible on checkbox input elements present inside main content.
Tested URL
Steps to Reproduce
- Navigate to the Jira Dashboard.
- Navigate to the "Administration" menu inside header section.
- Activate "system" option from the menu.
- Enter administrative password (if prompted)
- Navigate to "Issues" tab in main content & activate it.
- Navigate to "Custom fields" link inside left sidebar & activate it.
- Navigate to any "show (...)" button under "Actions" column & activate it.
- Activate "Screens" option from the menu.
- With keyboard navigate to the checkbox input elements present inside main content.
- Observe that the focus indicator is not visible.
Actual Results
While navigating with keyboard, when user navigate to the checkbox input elements present inside main content, the focus indicator is not visible to the users. It is due to "outline: none" property provided in the CSS.
This makes keyboard & low vision users difficult to understand the currently focused element effectively.
Expected Results
The focus indicator should be clearly visible when user navigate the with keyboard.
Remove the "outline: none;" property from the checkbox input elements from the CSS.
Screenshot
Screen recording
Screen Recording 2022-05-18 at 11.24.13 AM.mov
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available