kyma-project / busola

Web based Kubernetes Dashboard with a focus on privacy that requires no active components or special privileges in your cluster.
Apache License 2.0
24 stars 48 forks source link

ACC-273.2 (Level A) _Button_ Focus lost on activating #3281

Open Priya1Pavan opened 3 weeks ago

Priya1Pavan commented 3 weeks ago

1.1 Internal Message Details Internal Message:
Test Plan: ACC SAP Kyma runtime 2024 Message Priority: Medium Affected UI Button Affected Check Point: ACC-273.2 Short text: ACC-273.2 (Level A) Button Focus lost on activating

1.2 Application Details Application Name Kyma-dashboard Technology: SAP UI5 Component:
URL: https://dashboard.stage.kyma.cloud.sap/cluster/garden-kyma-stage--c-7074971-external/kymamodules Username/Password: NA 1.3 Test Environment Details Web browser: Google Chrome Version 127.0.6533.89 Operating System: Microsoft Windows 11 x64 Screen Reader: JAWS 2024 Version 2024.2406.121 ILM

1.4 JIRA/SNOW Details Issue: Bug Labels: Accessibility

2 Screen Flow • Launch the application using given URL. • Select the ‘Link to Kyma dashboard’ from the Kyma Environment section on your SAP BTP subaccount page. • Select +Upload YAML. • Copy the following code and paste it into the editor:

apiVersion: v1 kind: Namespace metadata: name: nginx-ns

apiVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment namespace: nginx-ns labels: app: nginx spec: replicas: 2 selector: matchLabels: app: nginx template: metadata: labels: app: nginx spec: containers:

  1. Issue Type: Manual Observed Behavior: Focus gets lost on closing the ‘Close’ button and starts from outside the application Screenshot:

Expected Behavior: Focus should not be lost on closing the dialog, either the focus should be retained on the button or on the next active UI element.

When losing the focus on the current element the reading/interaction is stopped. The user is then forced to relocate the focus back to the previously used UI element. This adds much additional mental and physical work and shall therefore be avoided. ACC-273.2 (Level A) Button Focus lost on activating.docx Issue processing-09.2021 (2).docx