fritx / vue-at

At.js for Vue.
https://fritx.github.io/vue-at/
MIT License
529 stars 114 forks source link

IE 11 > Can't click mentionable item #75

Open eduardoskeeled opened 5 years ago

eduardoskeeled commented 5 years ago

Hi,

I use vue-at with a custom embeddedItem and on Chrome, Firefox and Edge it works fine. If I try on IE 11, I cannot click it. The @ character disappears under the select list, and the list stays there but it doesn't allow me to click it either with the mouse nor the Enter key.

I'm using the latest version: 2.5.0-beta

Thanks.

wouldhide commented 5 years ago

Same issue here using 2.5.0-beta Error message: SCRIPT5007: Unable to get property 'firstChild' of undefined or null reference vue-at.js (1,8314)

fritx commented 5 years ago

The .firstChild calls appear in the following parts:

It is more likely to be the next one with <template> feature.

As stated in https://caniuse.com/#feat=template, seems it is not yet supported in IE

image