Accessibility: Unable to delete an attachment

XMLWordPrintable

    • 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

      1. Enable VoiceOver in Mac
      2. Open Chrome and go to Issue view page
      3. 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

      1. Go to $JIRA_INSTALL/ui/aui-layout/ directory and locate
        • issue-view.less.css
        • issue-view.less
      2. Update issue-view.less.css to remove
        .attachment-delete{visibility:hidden}
        
      3. Update issue-view.less to remove
        .attachment-delete {
             visibility: hidden;
         }
        
      4. Restart

              Assignee:
              Lukasz Wlodarczyk (Inactive)
              Reporter:
              Zul NS [Atlassian] (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: