Michael Prentice
Michael Prentice
`$mdDialog` leaks are being tracked in https://github.com/angular/material/issues/11207. I've updated the title of this issue to focus it on leaks in `md-input-container`.
I had to add the AngularJS and AngularJS Material js/css files to the CodePen ([updated CodePen](https://codepen.io/Splaktar/pen/MWyrGxv?editors=1011)). I also created [a pen](https://codepen.io/Splaktar/pen/jOqYxoB?editors=1010) updated to AngularJS 1.8.0 and AngularJS Material 1.2.0 and...
For anyone looking to update these types, you can find them here (https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/angular-material/index.d.ts) and send a PR to that repo.
Did you change something with your CodePen reproduction after posting it? When I test it in Chrome `Version 79.0.3945.88` or Firefox `70.0.1` on macOS, I see the first dialog stay...
Thank you for sharing the video. I'm not able to reproduce that behavior. Are you on Windows? What browser and version are you using?
OK, I can reproduce this if I do this critical part of the reproduction steps > **when the second dialog is opening (during animation)** The ESCAPE shouldn't close the first...
I can reproduce this as well. I updated the [CodePen](https://codepen.io/Splaktar/pen/XEaQVM?editors=1010#0) to use both JS and CSS from 1.1.8 (it was using 1.1.1 CSS).
I simplified [the demo](https://codepen.io/Splaktar/pen/MBazjW?editors=1010) a bit. But it shows that this is still an issue in 1.1.10 and it shows that tooltips on `ng-repeat`ed elements work fine outside of `md-menu-content`....
[CodePen](https://codepen.io/Splaktar/pen/JpMwpx) repro for 1.1.7. This is still an issue.
Lowering priority since g3 sync has stopped.