Closed equinusocio closed 7 years ago
we will keep extra attention on this while rewriting for Orkestra Elements, regarding this version we will keep the workaround
A solution could be just don't handle the "content", like the paper-tabs element and maybe use another element to handle the content (paper-tab).
The way is the composition like paper-tabs
. Components oa-tabs
and oa-tab
should not know the tab content. oa-tabs
should just handle the oa-tab
show/hide, not his slotted content
The
<tabs-clab>
component cut off the first.tab-content
div when is inside adom-repeat
element, each template iteration. The issue is present only on Chrome but if you put a<div>
element as a wrapper outside thedom-repeat
it work.Not working example:
Working example:
@LasaleFamine think this can be the "issue".