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

chartjs-hidden-iframe tab order/focus issue #3090

Closed
leetskills opened this issue Aug 4, 2016 · 2 comments
Closed

chartjs-hidden-iframe tab order/focus issue #3090

leetskills opened this issue Aug 4, 2016 · 2 comments

Comments

@leetskills
Copy link

I have a bunch of charts on the same page, and each one has a chartjs-hidden-iframe that takes focus when tabbing through the page. This breaks the tab order and is bad for accessibility.

I'm running Chart.js v2.1.0

@etimberg
Copy link
Member

etimberg commented Aug 4, 2016

I think we can simply add tabIndex="-1" to the iframe when added

@kapil959
Copy link

how to add tabindex attribute? Iframe is hidden

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

No branches or pull requests

3 participants