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

Add recommendation/guidance about not sharing outlets between modals and/or modal dialogs #104

Open
notmessenger opened this issue May 23, 2017 · 0 comments

Comments

@notmessenger
Copy link
Contributor

I had a situation where the closing of one modal was displaying a new modal dialog, who were both using the same frost-modal-outlet. The size of the previously-displayed content was causing the new modal dialog to be displayed with a lot of blank space, causing the need to scroll up to see the content, which when displayed would cause the scrollbar to disappear.

This was due to the shared frost-modal-outlet and the previous content size(ing) being used for the new display. Giving each modal (dialog) their own outlet resolved this.

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