This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
paper-tabs element selection bar does not appear if element is initially hidden #177
Open
1 of 8 tasks
Description
paper-tabs
element selection bar does not appear if element is initially hiddenExpected outcome
paper-tabs
selection bar should render on the selected tab if the element becomes unhiddenActual outcome
The selection bar does not render, despite the selection being set correctly. If another
paper-tab
is selected, the selection bar will appear on thatpaper-tab
, and animate from the tab without the selection bar.Live Demo
Example: https://jsbin.com/tucihuxayo/edit?output
Steps to reproduce
paper-tabs
element on the page with at least 2 tabs.paper-tabs
to some property (i.e.hidden:{type: Boolean, value: false}
)selected
prop to thepaper-tabs
, initially set to 0.iron-pages
. Fill it some sort of content for eachpaper-tab
(i.e. 2 divs for 2 tabs)paper-button
, etc(SEE THE ABOVE JSBIN FOR A DEMO)
Browsers Affected
The text was updated successfully, but these errors were encountered: