Issue Summary

      The content associated with the "Order by" expandable link in the main content does not have an appropriate reading order.

      Steps to Reproduce

      1. Open "Issues" page.
      2. Using screen reader, navigate to the "Order by" link present in main content area and activate it.
      3. Arrow down onto the expandable content from the link.
      4. Note that the content associated with it is available at the end of the page.

      Screenshot

      Actual Results

      When the "Order by" link is expanded, the expanded content of this link is available at the end of the page for screen reader users. This is because this content is not coded directly after the link in the DOM. It is instead coded at the end of the page.

      This inappropriate reading order might disorient the users of screen readers. That the content is available at the end might confuse or mislead them.

      Expected Results

      Content must have an appropriate reading order. Assistive technologies navigate content using the order in which elements appear in the DOM. Hence, make sure that the content is programmatically ordered in such a way that it provides an appropriate reading order to the users of assistive technologies. Make sure that the content that gets available on expanding the link is coded directly after the expandable link in the DOM. This will create an appropriate reading order for the users of assistive technologies. For instance, this will enable them to arrow down onto the expanded content when the link is expanded.

      Code Snippet

      <a href="#" aria-haspopup="true" class="order-options aui-button aui-style-default jira-aui-dropdown2-trigger active" title="Select the field that issues are ordered by." resolved="">
      <span>Order by Priority</span></a>
      <div class="check-list-field-container">
      <div class="assistive" aria-live="polite">10 results available. Type to search and press Tab to navigate through options.</div>
      <input autocomplete="off" placeholder="Search" class="text" id="order-by-options-input" aria-label="Search">
      <span class="icon-default aui-icon aui-icon-small aui-iconfont-search noloading"></span>
      </div>

      Workaround

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

      Environment

      MacBook Pro (16-inch, 2021)
      macOS: Sonoma 14.3
      Chrome - Version 119.0.6045.105 (Official Build) (64-bit)
      Firefox- Version 92.0 (64-bit)
      Safari- Version 16.6 (18615.3.12.11.2)
      JAWS- Version 2023
      NVDA- Version 2021.2
      Voiceover - Version Latest

            [JRASERVER-77208] Issues: Inaccurate reading order

            There are no comments yet on this issue.

              Unassigned Unassigned
              75e99cd1893f Naeem Solkar
              Affected customers:
              0 This affects my team
              Watchers:
              1 Start watching this issue

                Created:
                Updated: