Uploaded image for project: 'Jira Service Management Data Center'
  1. Jira Service Management Data Center
  2. JSDSERVER-14284

View issue in queue view & comments: Expand/collapse state of the button not defined

      Issue Summary

      The expand/collapsed state is not defined for "More" button on the page.

      Steps to Reproduce

      1. Open the "View issue in queue view & comments" page.
      2. Navigate to the "SLAs" section.
      3. Using screen reader, navigate to the mentioned button and activate it.
      4. Listen that the expand/collapse state is not announced for the buttons.

      Screenshot

      Actual Results

      On activating "More" button, the content dynamically gets expanded and collapsed below. The dynamically updating button's state is not defined programmatically.
      As a result, screen reader users are not able to understand the button's functionality.

      Expected Results

      Set 'aria-expanded' attribute to 'false' for the button by default as the button is in the collapsed state. Ensure that the value of 'aria-expanded' attribute changes to 'true' in expanded state on user interaction via scripting. Code Snippet

      Code Snippet

      <button type="button" aria-expanded="false" aria-label="more" class="css-c3s9do">
      <span role="img" class="css-snhnyn" style="--icon-primary-color: currentColor; --icon-secondary-color: var(--ds-surface, #FFFFFF);"></span>
      </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 Monterey Version 12.3.1
      Chrome - Version 101.0.4606.81 (Official Build) (64-bit)
      Firefox- Version 93.0 (32-bit)
      Safari- Version 15.3 (17612.4.9.1.5)
      JAWS- Version 2022
      NVDA- Version 2020.3
      Voiceover - Version Latest

            [JSDSERVER-14284] View issue in queue view & comments: Expand/collapse state of the button not defined

            Satej Mirpagar made changes -
            Resolution New: Fixed [ 1 ]
            Status Original: Waiting for Release [ 12075 ] New: Closed [ 6 ]
            Amisha - made changes -
            Fix Version/s New: 5.12.1 [ 106162 ]
            server-jirasync-bot made changes -
            Status Original: In Progress [ 3 ] New: Waiting for Release [ 12075 ]
            Amisha - made changes -
            Status Original: Gathering Impact [ 12072 ] New: In Progress [ 3 ]
            Alex Cooksey made changes -
            Status Original: Needs Triage [ 10030 ] New: Gathering Impact [ 12072 ]
            Varsha Bansode made changes -
            Description Original: h3. Issue Summary

            The expand/collapsed state is not defined for "More" button on the page.
            h3. Steps to Reproduce
             # Open the "View issue in queue view & comments" page.
             # Navigate to the "SLAs" section.
             # Using screen reader, navigate to the mentioned button and activate it.
             # Listen that the expand/collapse state is not announced for the buttons.

            h3. Screen Recording

             
            h3. Actual Results

            On activating "More" button, the content dynamically gets expanded and collapsed below. The dynamically updating button's state is not defined programmatically.
            As a result, screen reader users are not able to understand the button's functionality.
            h3. Expected Results
            {noformat}
            Set 'aria-expanded' attribute to 'false' for the button by default as the button is in the collapsed state. Ensure that the value of 'aria-expanded' attribute changes to 'true' in expanded state on user interaction via scripting.
            Code Snippet
            <button type="button" aria-expanded="false" aria-label="more" class="css-c3s9do">
            <span role="img" class="css-snhnyn" style="--icon-primary-color: currentColor; --icon-secondary-color: var(--ds-surface, #FFFFFF);"></span>
            </button>{noformat}
            h3. Workaround

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

            MacBook Pro (16-inch, 2021)
            macOs Monterey Version 12.3.1
            Chrome - Version 101.0.4606.81 (Official Build) (64-bit)
            Firefox- Version 93.0 (32-bit)
            Safari- Version 15.3 (17612.4.9.1.5)
            JAWS- Version 2022
            NVDA- Version 2020.3
            Voiceover - Version Latest
            New: h3. Issue Summary

            The expand/collapsed state is not defined for "More" button on the page.
            h3. Steps to Reproduce
             # Open the "View issue in queue view & comments" page.
             # Navigate to the "SLAs" section.
             # Using screen reader, navigate to the mentioned button and activate it.
             # Listen that the expand/collapse state is not announced for the buttons.

            h3. Screenshot

            !Screenshot 2023-09-29 at 9.03.49 AM.png|width=335,height=163!
            h3. Actual Results

            On activating "More" button, the content dynamically gets expanded and collapsed below. The dynamically updating button's state is not defined programmatically.
            As a result, screen reader users are not able to understand the button's functionality.
            h3. Expected Results

            Set 'aria-expanded' attribute to 'false' for the button by default as the button is in the collapsed state. Ensure that the value of 'aria-expanded' attribute changes to 'true' in expanded state on user interaction via scripting. Code Snippet

            *Code Snippet*
            {noformat}
            <button type="button" aria-expanded="false" aria-label="more" class="css-c3s9do">
            <span role="img" class="css-snhnyn" style="--icon-primary-color: currentColor; --icon-secondary-color: var(--ds-surface, #FFFFFF);"></span>
            </button>{noformat}
            h3. Workaround

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

            MacBook Pro (16-inch, 2021)
            macOs Monterey Version 12.3.1
            Chrome - Version 101.0.4606.81 (Official Build) (64-bit)
            Firefox- Version 93.0 (32-bit)
            Safari- Version 15.3 (17612.4.9.1.5)
            JAWS- Version 2022
            NVDA- Version 2020.3
            Voiceover - Version Latest
            Varsha Bansode made changes -
            Attachment New: Screenshot 2023-09-29 at 9.03.49 AM.png [ 445118 ]
            Varsha Bansode made changes -
            Description Original: h3. Issue Summary

            The expand/collapsed state is not defined for "More" button on the page.
            h3. Steps to Reproduce
             # Open the "View issue in queue view & comments" page.
             # Navigate to the "SLAs" section.
             # Using screen reader, navigate to the mentioned button and activate it.
             # Listen that the expand/collapse state is not announced for the buttons.

            h3. Screen Recording
            h3. Actual Results

            On activating "More" button, the content dynamically gets expanded and collapsed below. The dynamically updating button's state is not defined programmatically.
            As a result, screen reader users are not able to understand the button's functionality.
            h3. Expected Results
            {noformat}
            Set 'aria-expanded' attribute to 'false' for the button by default as the button is in the collapsed state. Ensure that the value of 'aria-expanded' attribute changes to 'true' in expanded state on user interaction via scripting.
            Code Snippet
            <button type="button" aria-expanded="false" aria-label="more" class="css-c3s9do">
            <span role="img" class="css-snhnyn" style="--icon-primary-color: currentColor; --icon-secondary-color: var(--ds-surface, #FFFFFF);"></span>
            </button>{noformat}
            h3. Workaround

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

            MacBook Pro (16-inch, 2021)
            macOs Monterey Version 12.3.1
            Chrome - Version 101.0.4606.81 (Official Build) (64-bit)
            Firefox- Version 93.0 (32-bit)
            Safari- Version 15.3 (17612.4.9.1.5)
            JAWS- Version 2022
            NVDA- Version 2020.3
            Voiceover - Version Latest
            New: h3. Issue Summary

            The expand/collapsed state is not defined for "More" button on the page.
            h3. Steps to Reproduce
             # Open the "View issue in queue view & comments" page.
             # Navigate to the "SLAs" section.
             # Using screen reader, navigate to the mentioned button and activate it.
             # Listen that the expand/collapse state is not announced for the buttons.

            h3. Screen Recording

             
            h3. Actual Results

            On activating "More" button, the content dynamically gets expanded and collapsed below. The dynamically updating button's state is not defined programmatically.
            As a result, screen reader users are not able to understand the button's functionality.
            h3. Expected Results
            {noformat}
            Set 'aria-expanded' attribute to 'false' for the button by default as the button is in the collapsed state. Ensure that the value of 'aria-expanded' attribute changes to 'true' in expanded state on user interaction via scripting.
            Code Snippet
            <button type="button" aria-expanded="false" aria-label="more" class="css-c3s9do">
            <span role="img" class="css-snhnyn" style="--icon-primary-color: currentColor; --icon-secondary-color: var(--ds-surface, #FFFFFF);"></span>
            </button>{noformat}
            h3. Workaround

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

            MacBook Pro (16-inch, 2021)
            macOs Monterey Version 12.3.1
            Chrome - Version 101.0.4606.81 (Official Build) (64-bit)
            Firefox- Version 93.0 (32-bit)
            Safari- Version 15.3 (17612.4.9.1.5)
            JAWS- Version 2022
            NVDA- Version 2020.3
            Voiceover - Version Latest
            Amisha - made changes -
            Assignee New: Amisha - [ ad6a80463119 ]
            Amisha - made changes -
            Labels Original: 4.1.2 Level-A WCAG21 ax-at-user ax-bug ax-critical-priority ax-jsm-dc-vpat ax-jsm-dc-vpat-Viewissueinqueueview&comments ax-jsm-dc-vpat-pg10 ax-qa New: 4.1.2 Level-A WCAG21 ax-at-user ax-bug ax-critical-priority ax-jsm-dc-vpat ax-jsm-dc-vpat-Viewissueinqueueview&comments ax-jsm-dc-vpat-pg10 ax-qa himalaya

              ad6a80463119 Amisha -
              4cbd728b4726 Rinku Kumar
              Affected customers:
              0 This affects my team
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: