You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening a new dialog from within a dialog should work in Internet Explorer 11.
What is the current behavior?
When opening a dialog from within another dialog, the new dialog is not displayed.
What are the steps to reproduce?
Open a dialog instance.
From inside this instance, try to open another different dialog (without closing the first one).
In IE11 nothing happens.
What is the use-case or motivation for changing an existing behavior?
It may be desirable to open a new modal from an existing one, and it works for Chrome so there's no reason it shouldn't work for IE too
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Currently running:
@angular/material: 2.0.0-beta.10
@angular/core: 4.2.4
@angular/cdk 2.0.0-beta.10
Is there anything else we should know?
I'd provide a plunker but since plunker is not affected by what browser you're using it is irrelevant. Instead it can be tested with a quick sample through the CLI.
The text was updated successfully, but these errors were encountered:
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Opening a new dialog from within a dialog should work in Internet Explorer 11.
What is the current behavior?
When opening a dialog from within another dialog, the new dialog is not displayed.
What are the steps to reproduce?
What is the use-case or motivation for changing an existing behavior?
It may be desirable to open a new modal from an existing one, and it works for Chrome so there's no reason it shouldn't work for IE too
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Currently running:
@angular/material: 2.0.0-beta.10
@angular/core: 4.2.4
@angular/cdk 2.0.0-beta.10
Is there anything else we should know?
I'd provide a plunker but since plunker is not affected by what browser you're using it is irrelevant. Instead it can be tested with a quick sample through the CLI.
The text was updated successfully, but these errors were encountered: