Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-73421

System dashboard - Next & Previous page links are not announced by screen reader.

    XMLWordPrintable

Details

    Description

      Issue Summary

      On system dashboard page, the Next & Previous pagination links present below the "Assigned to me" table are not announced by screen reader.

      Steps to Reproduce

      1. Navigate to the Jira system dashboard page.
      2. Navigate to the Next & Previous pagination links present below the "Assigned to me" table.
      3. Observe that the screen reader doesn’t announce the context of the links.

      Actual Results

      While navigating with screen reader, when user navigate to the "Next >" & "Previous <" pagination links present below the "Assigned to me" table, the screen reader doesn’t announce the link context.

      Although the link context "Next >>" & "<< Previous" is present inside a <span> elements, but the element is hidden from assistive technologies via CSS display:none property.

      This makes screen reader & other assistive technology users difficult to under the purpose of the links.

      Expected Results

      The screen reader should announce the link text of "Next" & "Previous" pagination links.

      Remove the CSS display:none property from the <span> elements & use off-screen css properties. 

      For Example:

      .sr-only

      { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }

      Screenshot

      Screen Recording

      Screen Recording 2022-03-23 at 6.30.24 PM.mov

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

      Bug Ref: 735028

      Attachments

        Issue Links

          Activity

            People

              a955dc6cda19 Oleksandr Stoliar
              12b69dcabe29 Matthew Brennan
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: