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

tabindex for paper-toggle-button not working in IE 11 #116

Open
1 of 8 tasks
unionthugface opened this issue Feb 28, 2017 · 0 comments
Open
1 of 8 tasks

tabindex for paper-toggle-button not working in IE 11 #116

unionthugface opened this issue Feb 28, 2017 · 0 comments

Comments

@unionthugface
Copy link

Description

If you set the tabindex$ attribute explicitly on the paper-toggle-button itself, you can tab to this element in every browser except IE 11. The tab sequences skips right over it and goes to the next item. So long as the tabindex$ is unset, works as expected in IE as well.

Expected outcome

Tab to paper-toggle-button.

Actual outcome

IE skips right over the paper-toggle-button to the next element.

Steps to reproduce

  1. put two elements next to a paper-toggle-button
  2. set tabindex$ on each
  3. try to tab to paper-toggle-button

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10
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