googlearchive / paper-tabs

A tabs à la Material Design
22 stars 21 forks source link

Paper-tab links not working #33

Closed josephmilla closed 9 years ago

josephmilla commented 9 years ago
<paper-tabs style="max-width: 600px;" class="default" flex link>
  <paper-tab><a href="http://www.google.com" horizontal center-center layout>Tab1</a></paper-tab>
  <paper-tab><a href="#b2" horizontal center-center layout>Tab2</a></paper-tab>
  <paper-tab><a href="#b3" horizontal center-center layout>Tab3</a></paper-tab>
</paper-tabs>

Links are not working on paper-tabs (div ids or even URLS).

Also, is there an option wherein the page will scroll to a specific section of the page (say, through a div id) by selecting a tab?

isaacagutey commented 9 years ago

I'm having the same issue. !!!

josephmilla commented 9 years ago

@isaacagutey I guess we have to fix it ourselves.. Lol.

frankiefu commented 9 years ago

It seems to work for me here: http://jsbin.com/mocuvoqeku/1/edit?html,output

bamnet commented 9 years ago

I ran into a similar problem. For me, the fix was as easy as upgrading paper-tabs to include @frankiefu's fixes from #32 which were released in 0.5.1.

frankiefu commented 9 years ago

should be fixed in 0.5.1