*Edit:* Previously, I had opted not to have a tab selected by default. 
However, when I decided to have a tab viewable on load via the below code I 
no longer ran into this issue. It still seems to be a problem though.

window.addEventListener('WebComponentsReady', function() {
    // imports are loaded and elements have been registered
    var template = document.querySelector('template[is="dom-bind"]');
    template.selected = 0; // selected is an index by default});

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/89bd9d41-cb39-4ff1-8d7b-ab225bd16931%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to