vue-at icon indicating copy to clipboard operation
vue-at copied to clipboard

IE 11 > Can't click mentionable item

Open eduardoskeeled opened this issue 6 years ago • 2 comments

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.

eduardoskeeled avatar Oct 08 '18 09:10 eduardoskeeled

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)

wouldhide avatar Nov 29 '18 12:11 wouldhide

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

image

fritx avatar Jan 10 '19 03:01 fritx