You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
put two elements next to a paper-toggle-button
set tabindex$ on each
try to tab to paper-toggle-button
Browsers Affected
Chrome
Firefox
Safari 9
Safari 8
Safari 7
Edge
IE 11
IE 10
The text was updated successfully, but these errors were encountered:
Description
If you set the
tabindex$
attribute explicitly on thepaper-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 thetabindex$
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
paper-toggle-button
tabindex$
on eachpaper-toggle-button
Browsers Affected
The text was updated successfully, but these errors were encountered: