Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Selection bar does not appear by default in closed core-collapse #50

@tiesselune

Description

@tiesselune

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-collapse opened="false">
    <paper-tabs selected="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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions