Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACC-270.4(Level A) _Listbox_ Focus trapped #3279

Open
Priya1Pavan opened this issue Aug 21, 2024 · 0 comments
Open

ACC-270.4(Level A) _Listbox_ Focus trapped #3279

Priya1Pavan opened this issue Aug 21, 2024 · 0 comments

Comments

@Priya1Pavan
Copy link

1.1 Internal Message Details
Internal Message:
Test Plan: ACC SAP Kyma runtime 2024
Message Priority: High
Affected UI Listbox
Affected Check Point: ACC-270.4
Short text: ACC-270.4(Level A) Listbox Focus trapped

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:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80
• Select Upload
• Select Close
• Explore the Monitoring and Health section of the Cluster Details page.
• In the Events section, select All Messages.
• Select the sorting icon.
• In the Sort By section, select Last seen.
• Select OK.

  1. Issue Type: Manual
    Observed Behavior:
    On navigation the focus is trapped within the listbox and the UI elements within the region is not reachable using keyboard
    Screenshot:

Expected Behavior:
Focus should not be trapped within any of the UI, and it should be possible to move out from the UI.

Keyboard is the prerequisite for support of assistive technologies to enable users with disabilities to read and operate software applications, hence it should always possible to move away the focus by all input channels.
ACC-270.4(Level A) Listbox Focus trapped.docx
Issue processing-09.2021 (2).docx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant