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

[Accessibility] Device Dependent handlers are used. Tooltips are not accessible with keyboard. #3878

Open
puneet-ahuja opened this issue Feb 22, 2024 · 1 comment
Labels
bug For bugs or other software errors

Comments

@puneet-ahuja
Copy link

Tooltips in the charts are not accessible with the help of a keyboard.

Steps to replicate:

Open the Codesandbox Link.

The above link opens an interactive multi-line chart.
We can access the tooltips on the lines using mouse hover but not with keyboards.

@puneet-ahuja puneet-ahuja added the bug For bugs or other software errors label Feb 22, 2024
@domoritz
Copy link
Member

Yes, that's an issue. The tricky thing is that we don't always have navigable elements since Vega can render to Canvas. So this may not be something that can be solved in general but we should look into having keyboard navigation with the SVG renderer at least.

For Canvas, we could suggest people use something like https://github.com/cmudig/data-navigator (cc @frankelavsky).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For bugs or other software errors
Projects
None yet
Development

No branches or pull requests

2 participants