Components: mdToolTip not working in IE Edge

Created on 14 Apr 2017  路  9Comments  路  Source: angular/components

Bug, feature request, or proposal:

mdToolTip not working in IE Edge

What is the expected behavior?

mdToolTip should work in all browser

What is the current behavior?

mdToolTip Doesn't appear in IE Edge

What are the steps to reproduce?

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

What is the use-case or motivation for changing an existing behavior?

It is bug

Which versions of Angular, Material, OS, browsers are affected?

angular 4.0.0, materila ^2.0.0-beta.2, Windows10, IE Edge

Is there anything else we should know?

Nope

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

All 9 comments

@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
capture

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._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

michaelb-01 picture michaelb-01  路  3Comments

savaryt picture savaryt  路  3Comments

dzrust picture dzrust  路  3Comments

crutchcorn picture crutchcorn  路  3Comments

constantinlucian picture constantinlucian  路  3Comments