mdToolTip not working in IE Edge
mdToolTip should work in all browser
mdToolTip Doesn't appear in IE Edge
Just view this plunker in IEEdge
https://plnkr.co/edit/?p=preview
Providing a Plunker (or similar) is the best way to get the team to see your issue.
https://plnkr.co/edit/?p=preview
It is bug
angular 4.0.0, materila ^2.0.0-beta.2, Windows10, IE Edge
Nope
@atul221282 your link to plunkr is broken.
here is a working link:
https://plnkr.co/edit/kR2h9MZePvqq8f7qp117?p=preview
Your plunker got the same issue with mdTooltip. The version of IE Edge I am using is mentioned below
One more thing noticed, mdTooltip(with binding), when used in child components causing memory leaks.
Will post repro soon
+1
+1
It does not work for me
You need to use web-animations-js in IE11
Adding the polyfill:
Install with npm install web-animations-js --save
Add to polyfills.ts: require('web-animations-js/web-animations.min');
It also worked if I do import 'web-animations-js/web-animations.min';
rel: #3605
I get "TypeError: Object doesn't support property or method 'push'" in Edge and IE 11 when I trigger a tooltip before an earlier tooltip has had time to completely fade away, or if I un-trigger one (move mouse out) while it's still in the process of fading in.
Web-animations-js is installed & imported.
"@angular/material": "^2.0.0-beta.12"
"@angular/animations": "^4.4.5"
"web-animations-js": "^2.3.1"
@funkizer Can you open a new issue with a working plunker showing this?
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
You need to use web-animations-js in IE11
Adding the polyfill:
Install with npm install web-animations-js --save
Add to polyfills.ts: require('web-animations-js/web-animations.min');
It also worked if I do import 'web-animations-js/web-animations.min';
rel: #3605