-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[MdDialog] not showing with IE 11 #1317
Labels
Comments
fixed a workaround for that. Use: |
I confirm it shows with the workaround, but width and height are wrong. The following is the code I use, please ask if you need polyfills. Thank you.
|
Changing display |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
To get my test page working in IE 11 I had to polyfill Promise, Object.values and Array.includes. I also had to style html, body, and md-app to have 100% height.
I could not find a way to show a dialog with the same code as the documentation (which is working for me on Chrome): no error is shown on the console, but its height is 0.
The text was updated successfully, but these errors were encountered: