hekigan / vue-directive-tooltip

Vue.js tooltip directive. Easy to use, configure and style
https://hekigan.github.io/vue-directive-tooltip/
MIT License
173 stars 33 forks source link

IE 11 - Tooltip not working #12

Closed Liliandev closed 7 years ago

Liliandev commented 7 years ago

Bug:

What is the current behavior?: Tooltip is not working.

[Vue warn]: Error in directive tooltip inserted hook: "TypeError: L’objet ne gère pas la propriété ou la méthode « includes »"

[Vue warn]: Error in directive tooltip unbind hook: "TypeError: Impossible d’obtenir la propriété « destroy » d’une référence null ou non définie"

**Browser Version: Internet Explorer 11

hekigan commented 7 years ago

Hi, I had no time to check that out yet, I will try to do that by the end of the week. If I can reproduce the bug, I will fix it quickly.

Liliandev commented 7 years ago

Hello,

With polyfill (Babel vy example)l, all is working well. 6 septembre 2017 18:27 "Laurent Blanes" a écrit: Hi, I had no time to check that out yet, I will try to do that by the end of the week. If I can reproduce the bug, I will fix it quickly.

You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub (https://github.com/hekigan/vue-directive-tooltip/issues/12#issuecomment-327539147), or mute the thread (https://github.com/notifications/unsubscribe-auth/AEKaY62tLrDPEADi2tPw55WRDHlD4odkks5sfsgLgaJpZM4PM5PT).

hekigan commented 7 years ago

Oh! that is a good information to have. So some ES6 goodies might be the cause of the problem. When I investigate, I will try to pinpoint which part is causing the issue.

hekigan commented 7 years ago

Sorry that it took so long, I had been busy. I did test on IE11+ and I did not have any issues.