Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paper drop down list showing in middle of screen first time. #776

Closed
vikjung opened this issue Oct 1, 2014 · 1 comment
Closed

paper drop down list showing in middle of screen first time. #776

vikjung opened this issue Oct 1, 2014 · 1 comment

Comments

@vikjung
Copy link

vikjung commented Oct 1, 2014

Paper drop down list shows in middle of page when drop down clicked first time after page load when clicked next time onwards shows below the field.
Using Chrome on Mac Osx and latest polymer release.

<body unresolved touch-action="auto" fullbleed>

    <core-scaffold mode="standard" >

        <core-header-panel navigation flex>
            <core-toolbar >
                xxxx
            </core-toolbar>
            <core-menu selected="0">
                <core-submenu label="xx">
                    <core-item icon="group-work"label="xx" id="menu"></core-item>
                    <core-item icon="store"label="xxx"></core-item>
                </core-submenu>
                <core-submenu label="xx">
                    <core-item icon="group-work"label="All" id="menu"></core-item>
                    <core-item icon="store"label="By Insurer"></core-item>
                </core-submenu> 
                <core-submenu label="xxx">
                    <core-item icon="group-work"label="xxx" id="menu"></core-item>
                    <core-item icon="store"label="xxxxr"></core-item>
                </core-submenu> 

            </core-menu>
        </core-header-panel>

        <div tool flex horizontal layout center end-justified >
            <div>
                <a href="javascript:;" title="xxx home" class="paper-button active" borderless sink>Home</a>
                <a href="/xx" title="xx" class="paper-button " borderless sink>xx</a>
                <a href="/xx"  title="xx" class="paper-button " borderless sink>xx</a>
            </div>
            <div flex></div>
            <div>
                <small>{{xx}}</small>
            </div>
            <div center>
                <form id"logoutForm" action="/xx" method="post"></form>
                <paper-button id="xx" label="Logout" id="paper_button" icon="account-circle"></paper-button>
            </div>
        </div>

        <div  class="content"  layout>
            <h2>xxx</h2>
            <div horizontal layout center-justified >
            <section>
                xx&nbsp;&nbsp;
                <paper-dropdown  valueattr="label" selected="xx" id="level">
                    <paper-item label="xx"></paper-item>
                    <paper-item label="xx"></paper-item>
                    <paper-item label="xx"></paper-item>
                </paper-dropdown>
            </section>


                        </div>  
            <div id="chart_div" style="width: 900px; height: 400px;"></div>
        </div>
    </core-scaffold>
@vikjung
Copy link
Author

vikjung commented Oct 4, 2014

Fixed in 4.2

@vikjung vikjung closed this as completed Oct 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant