Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-6165

Audit Log: Inaccurate accessible name provided for combobox

    XMLWordPrintable

Details

    Description

      Issue Summary

      On the "Audit Log" page, Inaccurate accessible name is provided for combo box. 

      Steps to Reproduce

      1. Open the above mentioned page.
      2. Navigate to the main content area, Find "Configure" button and activate it.
      3. Observe the modal dialog gets available on the page.
      4. Using screen reader, navigate to the "Retention period" combo box.
      5. Listen that inaccurate accessible name is announced.

      Screen Recording

      Screen Recording 2023-11-17 at 12.48.04 PM.mov

      Screenshot

      Actual Result

      Inaccurate accessible name "some-aria-label" is provided for "Retention Period" combo box using "aria-label" attribute. as a result, screen reader users would not understand the exact purpose of the form control and difficult to comprehend which option have to choose.

      as well, even though the visual label is provided using <label> element, but the explicit association is not done programmatically.

      Expected Result

      Ensure that screen reader should announce accurate and appropriate accessible name for the form control. In this instance, Remove "aria-label" and "aria-labelledby" attributes from <input> element in the DOM.

      Since, A visual label is provided using <label> element, so make programmatic explicit association with it's corresponding input field.

      Additionally, specify “for” and “id” attributes. Make sure that the values within “for” and “id” match appropriately.

      Code Snippet

      <label for="retention-uid1">Retention Period</label>
      <input id="retention-uid1" ..>

      A workaround will be added here when available

      Environment

      MacBook Pro (14-inch, 2021)
      macOs Ventura 13.5
      Chrome - Version 115.0.5790.114 (Official Build) (x86_64)
      Firefox- Version 93.0 (32-bit)
      Safari- Version 15.3 (17612.4.9.1.5)
      JAWS- Version 2023
      NVDA- Version 2023.2
      Voiceover - Version Latest

      Attachments

        Activity

          People

            Unassigned Unassigned
            71c7b0ef4382 Malleswara Rao Konthala
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: