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

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant