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

screenreader did not jump inside rendered ScaleTable #2201

Open
HejHG opened this issue Nov 9, 2023 · 1 comment
Open

screenreader did not jump inside rendered ScaleTable #2201

HejHG opened this issue Nov 9, 2023 · 1 comment
Labels
bug Something isn't working question Further information is requested

Comments

@HejHG
Copy link

HejHG commented Nov 9, 2023

Scale Version
"@telekom/scale-components": "3.0.0-beta.142",
"@telekom/scale-components-react": "3.0.0-beta.142"

Framework and version
"react": "18.2.0",

Current Behavior
ScaleTable is rendered dynamically and can be accessed using the tab key, as can the individual cells in the table.
The screen reader in turn finds the table, but cannot jump into it, so the individual cells cannot be read out.
Without ScaleTable-tag the whole table can be read with screanreader

Expected Behaviour
with screenreader I can jump inside table an can read every cell

Code Reproduction
return (

...
);

Desktop (please complete the following information):
MacOs 14.0, also an windows terminals for Accessibility tests

Smartphone (please complete the following information):
n.r.

Additional context
n.r.

@HejHG HejHG added the bug Something isn't working label Nov 9, 2023
@felix-ico
Copy link
Collaborator

Hi @HejHG I'm not sure I understand the issue, i quickly tested the scale-table here https://telekom.github.io/scale/iframe.html?id=components-table--standard&args=&globals=locale:en;colorMode:light&viewMode=story using Edge & JAWS and the table and all its contents were announced by the screen reader. I was able to navigate the individual elements in the table with the arrow keys.

Or did you mean something else?

@felix-ico felix-ico added the question Further information is requested label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants