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

Profile Settings: Link state not defined

    XMLWordPrintable

Details

    Description

      Issue Summary

      The links in the main content area lacking state information such as "Selected".

      Steps to Reproduce

      1. Navigate to "User Profile" link in header section and activate it.
      2. Check that multiple options has appeared on the screen.
      3. Select the "Profile" link and activate it.
      4. Observe that "Profile Settings" page has been appeared on the page.
      5. Navigate to the mentioned links.
      6. Using screen reader check that selected state is not being announced.

      Screenshot

      Actual Results

      The current state is not programmatically defined for the currently active “Summary” link.
      As a result, screen reader users will not be aware of the currently active state of the link.

      Expected Results

      Ensure that the current state of the active link is defined using the "aria-current" attribute with an appropriate token value.
      Apply the following changes:

      • Add the aria-current="page" attribute to <a> element of the link.
      • Ensure that the "aria-current" attribute is updated as per user interaction using scripting.

      Code Snippet

      <a class="aui-nav-item" aria-current="page" id="up_user-profile-summary-panel_a" href="/secure/ViewProfile.jspa?selectedTab=jira.user.profile.panels:user-profile-summary-panel" title="Summary">Summary</a>

      Workaround

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

      Environment

      MacBook Pro (16-inch, 2019)
      macOS Ventura Version 13.3.1
      Chrome - Version 112.0.5615.49 (Official Build) (x86_64)
      Firefox- Version 112.0.1 (64-bit)
      Safari- Version 16.4 (18615.1.26.11.23)
      JAWS- Version 2022
      NVDA- Version 2020.3
      Voiceover - Version Latest

      Attachments

        Activity

          People

            4e432536cf93 Karol Skwierawski
            c3f9a46dc7c4 Varsha Bansode
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: