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
The problem does not occur when using Polymer 1.x and shady dom.
I think this is caused by a problem of iron-flex-layout version 1.x, that has a rule for hidden attribute that "leaks" in all dom tree. This rule has been removed from iron-flex-layout v2.
See PolymerElements/iron-flex-layout#86
The text was updated successfully, but these errors were encountered:
Description
The problem occurs only when using Polymer 2.0.
When using
The content of the tab is not displayed, but the corresponding
paper-tab
is still visible.See the second tab demo at http://127.0.0.1:8081/components/cosmoz-tabs/demo/tab.html
The problem does not occur when using Polymer 1.x and shady dom.
I think this is caused by a problem of
iron-flex-layout
version 1.x, that has a rule forhidden
attribute that "leaks" in all dom tree. This rule has been removed from iron-flex-layout v2.See PolymerElements/iron-flex-layout#86
The text was updated successfully, but these errors were encountered: