Backlog | Create Sprint: Missing instructions for date format

XMLWordPrintable

    • 9.12
    • Severity 3 - Minor

      Issue Summary

      The format to enter a date in the "Start date" and "End date" input fields is not specified.

      Steps to Reproduce

      1. Open the "Create sprint" modal dialog.
      2. Navigate to the mentioned instances.
      3. Observe that the instructions are missing regarding the date format.

      Screenshot

      Actual Results

      The instruction regarding the format of the date has not been provided for these specific input fields.

      As a result, screen reader users would have to enter different date formats more than once, which is a little frustrating and time-consuming.

      Expected Results

      The date format should be provided for the screen reader users in the form of an instruction.

      Provide the instruction in a <span> tag and associate the "id" to the input field using the "aria-describedby" attribute

      Code Example:

      <input aria-describedby="one" id="ghx-sprint-start-date" class="text medium-field" type="text" value="">
      <span id="one">dd/mm/yyyy</span>

      Workaround

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

      Environment

      MacBook Pro (16-inch, 2021)
      macOs Sonoma 14.3
      Chrome - Version 120.0.6099.109 (Official Build) (arm64)
      Firefox- Version 92.0 (64-bit) 
      Safari- Version 17.3 (19617.2.4.11.8)
      JAWS- Version 2023
      NVDA- Version 2021.2 
      Voiceover - Version Latest

            Assignee:
            Unassigned
            Reporter:
            Rahul Patil (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: