vue-at
vue-at copied to clipboard
IE 11 > Can't click mentionable item
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.
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)
The .firstChild
calls appear in the following parts:
- https://github.com/fritx/vue-at/blob/ec002402ab875150558bbcc4f84d5deb3fa87be4/src/At.vue#L442-L446
- https://github.com/fritx/vue-at/blob/ec002402ab875150558bbcc4f84d5deb3fa87be4/src/At.vue#L455-L459
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