grant77

Results 7 comments of grant77

I am getting these a lot!!!! As a temporary workaround, I added a simple check to see if the view is destroyed in CdkVirtualForOf._updateContext. Although this makes my browser console...

I'll try to put something together tomorrow.

Here you go: https://stackblitz.com/edit/angular-material2-issue-huoqn3 Note: My VirtualDataSource is a work in progress. Basically, I am trying to pull data in chunks from my API as they scroll. You should get...

Your welcome. Thanks for fixing #12869 so quick. I have forked the demo above and added three things: - The fix you gave me from #12869 regarding viewChange inside zone....

This is mind-boggling. I modified your demo a little bit, and now I can get the errors again, but not as easily as I could with my demo. You have...

I went ahead and modified "bfred-it"'s code directly. [ofi.txt](https://github.com/bfred-it/object-fit-images/files/1631837/ofi.txt) With my fix, load and error handlers will fire like they do in non-IE browsers. I am also converting any objectUrls...