Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-25509

Quick Filter : Missing unordered list markup

XMLWordPrintable

      Issue Summary

      List mark up is missing for "log in", "sign up" buttons.

      Steps to Reproduce

      1. Open the "Quick Filter" page.
      2. Activate "Rename" link present in the main content.
      3. The "Rename Filter" modal box appears.
      4. Inspect the "Save" and "cancel" buttons and observe that the list mark up is missing.

      Screenshot

      Actual Results

      List mark-up is not used to present related information programatically. For example, buttons such as "Save" and "Cancel, are not marked as unordered list which visually looks like a list of related items. As a result, screen reader users will find it difficult to navigate to the list and different list items quickly.

      Expected Results

      Use appropriate list mark-up, such as <ul> and <li> to identify related information. In addition, consider applying styles to maintain the visual presentation of a web page. 

      Code snippet

      <div class="dialog-button-panel">
      <ul>
      <li><button class="save-quick-filter aui-button aui-button-primary" resolved="">Save</button></li>
      <li><a href="#" class="button-panel-link cancel-edit-quick-filter">Cancel</a></li>
      </ul>
      </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.0
      Chrome- Version 118.0.5993.88 (Official Build) (arm64)
      Firefox-Version 92.0 (64-bit)
      Safari- Version 17.0 (19616.1.27.211.1)
      JAWS- Version 2023 NVDA- Version 2021.2
      Voiceover - Version Latest
      MaxBook Pro (16-inch.2021)

              Unassigned Unassigned
              95e9b38d4b81 Prathmesh Yadav (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: