You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In certain cases (md-menu and md-select in particular) the ripples don't get removed and can start stacking up in Edge and IE (the .md-ripple-foreground is the element that sticks around). I've tracked it down to this handler not being fired, although I'm not quite sure why it's happening. I've tried playing around with the timing and tweaking the CSS, but I didn't manage to get it to work. For reference:
A potential solution can be to have a timeout that cleans it up after a while, but I'm not sure how we would handle the event data that is being passed to the callback.