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

paper-tab link not working when anchor inside a custom-element #218

Open
8 tasks done
avizcaino opened this issue Nov 17, 2017 · 0 comments
Open
8 tasks done

paper-tab link not working when anchor inside a custom-element #218

avizcaino opened this issue Nov 17, 2017 · 0 comments

Comments

@avizcaino
Copy link

Description

I have the following structure in my paper-tabs:

<paper-tabs>
   <paper-tab link>
      <custom-element>
         <a href="#/link" tabindex="-1">
      </custom-element>
   </paper-tab>
<paper-tabs>

But the link is only in the anchor, and does not fill all the tab. This works if the anchor is directly a child of paper-tab. Is there any solution to this?

Expected outcome

Link fills all paper-tab.

Actual outcome

Link is only in anchor element.

Live Demo

Steps to reproduce

  1. Put a custom-element with an anchor inside a paper-tab.
  2. Click the paper-tab element.
  3. Click the anchor element.

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