-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Opening multiple dialog at once #6761
Comments
I'm not sure how it would work through the |
What if we added a method to dialog like |
That feels a little clunky. I'll see if I can figure out a way to queue up the dialog animations. |
Closing since we don't have the limitation of opening one dialog at a time anymore. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Feature request
What is the expected behavior?
I have urls that are connected to different pages, that are opened in dialog. For example, i have link /content/43/gallery which should open two dialog at once on app init, one for /content/43 and one for /gallery. It would be great if such MdDialogConfig could be added to prevent dialog from not opening, if another dialog is still initiating
What is the current behavior?
Currently, due to #5769 its impossible to perform such behavior, without implementing queue mechanism as a workaround and blocking all dialogs from closing until last dialog is opened
What are the steps to reproduce?
What is the use-case or motivation for changing an existing behavior?
I have overlay widget app, that implements multilevel dialog system, and such behavior is damaging the app logic
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
2.0.0-beta.10
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: