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-action-dialog with backdrop disables window #1509

Closed
vikjung opened this issue May 11, 2015 · 2 comments
Closed

Paper-action-dialog with backdrop disables window #1509

vikjung opened this issue May 11, 2015 · 2 comments

Comments

@vikjung
Copy link

vikjung commented May 11, 2015

Refreshed with bower update today. Now dialog with backdrop locks page. It works when bacdrop not included.

                    <paper-action-dialog backdrop autoCloseDisabled layered="false" id="infolink" class="dialogsize">
            <helpdialog id="dataselect" link="one"></helpdialog>
                        <paper-button dismissive>
                            Close
                        </paper-button>
                    </paper-action-dialog >
@dominik0711
Copy link

I had the same issue. You have to remove layered="false". With layered="false", the z-index of the paper-action-dialog is wrong! Removing layered="false" fixes the problem.

@vikjung
Copy link
Author

vikjung commented May 12, 2015

great thanks closing issue

@vikjung vikjung closed this as completed May 12, 2015
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

2 participants