angular / material

Material design for AngularJS
https://material.angularjs.org/
MIT License
16.54k stars 3.39k forks source link

dialog: dialogs positioned at bottom of parent. closeTo animations don't work and block out background on IE11 #8857

Open shubhamv5 opened 8 years ago

shubhamv5 commented 8 years ago

Actual behavior: Angular material dialog boxes not opening and closing as they should in Internet Explorer.

CodePen or Steps to reproduce the issue: *

Angular Versions: *

Additional Information:


Shortcut to create a new CodePen Demo. Note: * indicates required information. Without this information, your issue may be auto-closed.

Do not modify the titles or questions. Simply add your responses to the ends of the questions. Add more lines if needed.

Splaktar commented 6 years ago

The dialog appears to open just fine in IE 11 atm, but it seems to open at the bottom of the view. Some of the other dialogs have the bottom buttons cut off.

Alert alertdialog-cutoff Prompt promptdialog-cutoff It should look like this (Chrome) promptdialog-chrome

Opening from and closing to appears to be completely broken on IE11: dialogcloseto-ie11-broken

It should look like this (Chrome): dialogcloseto-chrome