Michael Prentice

Results 402 comments of Michael Prentice

I tried with `ngAnimate` disabled via `$animate.enabled(false);` but it doesn't seem to have a significant impact: ![Screen Shot 2020-09-13 at 04 22 09](https://user-images.githubusercontent.com/3506071/93013678-b59bf900-f578-11ea-9bd3-006835656d72.png)

I'm going to lower the priority on this because I think that most of the leaks related to this have been resolved. The Nodes and Listeners tha increase, do seem...

This is still an issue in 1.1.8 ([updated CodePen](https://codepen.io/Splaktar/pen/wmqLmX)). Thank you for the report and the workaround!

While the `md-virtual-repeat-container` directive uses the default `restrict` property (`EA`), the comments in the code indicate that it should only be used as an element (`@restrict E`). All of the...

From the [Material Design spec on Dialogs](https://material.io/archive/guidelines/components/dialogs.html#dialogs-behavior): >Dialogs should avoid: >- Containing scrolling content That said, we should probably still support this case. It looks like the problem is in...

@Suvarnni after most of the P1 and P2 issues are fixed or a community member submits a PR to fix it. Though I will warn that this would be one...

Verified that this is still an issue in 1.1.9 via [updated CodePen](https://codepen.io/Splaktar/pen/PaWBVV?editors=1010).

I see that you listed a couple of issues, but I don't see any detailed reproduction steps for how to reproduce the issue. They should include your current timezone and...

This seems to be a related to https://github.com/angular/material/issues/9724. That issue is about select, but the behavior seems to be the same. I had some issues with your demo, so I...

Thank you for submitting this issue. I tested this back to 1.0.0 and it doesn't appear to have worked at any point after that. So this doesn't look like a...