Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

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

Description

@unionthugface

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions