-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 7.3.2
-
Component/s: Issue - Attachments
-
7.03
-
1
-
Severity 3 - Minor
Summary
The delete attachment button is hidden until hovered. This causes an issue for screen readers because they're unable to focus on the action. Need to ensure this can be done with screen readers.
Environment
- Chrome
- Scree readers eg. VoiceOver
Steps to Reproduce
- Enable VoiceOver in Mac
- Open Chrome and go to Issue view page
- Try to locate "Delete Attachment" for deleting Attachment using keyboard with assist of screen readers
- Affecting both "thumbnails" and "list" view
Expected Results
The delete attachment button able to access/focus with keyboard
Actual Results
The delete attachment can only be selected if it is mouse hovered
Workaround
- Go to $JIRA_INSTALL/ui/aui-layout/ directory and locate
- issue-view.less.css
- issue-view.less
- Update issue-view.less.css to remove
.attachment-delete{visibility:hidden} - Update issue-view.less to remove
.attachment-delete { visibility: hidden; } - Restart