Issue View: Selected value is not conveyed to screen readers

XMLWordPrintable

    • Severity 3 - Minor
    • Accessibility

      Issue Summary

      The selected due date is not announced with the "Edit Due date" control label.

      Steps to Reproduce

      1. Open the Jira Cloud homepage.
      2. Navigate to the Sidebar, expand "Spaces", and open any space.
      3. Navigate to the "List" link, activate it, and open any work item from the data table.
      4. Using a screen reader, navigate to the "Edit Due date" control using the Tab key.
      5. Observe that the selected due date is not announced along with the control label.

      Screen Recording

      Selected value is not conveyed to screen readers

      Actual Results

      When screen reader users navigate to the "Edit Due date" control using the Tab key, only the control label is announced, while the selected due date value is not conveyed. To access the selected due date information, users must either activate the control or use additional navigation commands, such as the Down Arrow key with JAWS/NVDA on Windows or Control + Option + Right Arrow with VoiceOver on macOS. As a result, screen reader users may not be aware of the currently selected due date when the control receives focus.

      Expected Results

      The selected value should be announced along with the control label when the control receives focus.

      Ensure that the selected due date value is programmatically associated with the "Edit Due date" control and announced to screen reader users when the control receives focus. For example, update the aria-label of the <button> element to include the selected due date value, such as aria-label="Edit Due date, 6/8/2026". Ensure that the value is dynamically updated based on user interaction.

      Note: This code example is intended only as a general illustration of how to address the violation and should not be considered a complete or production-ready solution. If you have any questions, please attach this ticket to a #help-accessibility request.

      Code Snippet:

      <button aria-label="Edit Due date, 6/8/2026" ...>
      ......
      </button> 

      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 Tahoe 26.4
      Operations - Windows11
      Chrome - 148.0.7778.179 (Official Build) (64-bit)
      Safari- Version 26.4
      JAWS- Version 2026
      NVDA- Version 2025.3.3
      VoiceOver - Version Latest

              Assignee:
              Ashish Yadav
              Reporter:
              Chirag Goyal
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: