You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
If a paper-tabs element is the child of a core-collapse element that is initially closed, the selection bar is invisible until selection changes.
<core-collapseopened="false"><paper-tabsselected="0"><paper-tab>One</paper-tab><paper-tab>Two</paper-tab><paper-tab>Three</paper-tab></paper-tabs><!-- some markup --></core-collapse>
Manually calling resizeHandler() as soon as the core-collapse begins to open solves the problem, but it is not meant to be public, so either a fix or a cleaner solution (if fixing is impossible by design) would be a good idea.
If a
paper-tabselement is the child of acore-collapseelement that is initially closed, the selection bar is invisible until selection changes.Manually calling
resizeHandler()as soon as thecore-collapsebegins to open solves the problem, but it is not meant to be public, so either a fix or a cleaner solution (if fixing is impossible by design) would be a good idea.