You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Internet Explorer 11, running the content grid causes an exception cannot set innerHTML of undefined.
Going back through previous releases it appears the introduced in version 1.18.x.
The text was updated successfully, but these errors were encountered:
I can't confirm, but the thing that I can confirm is that Ellipsis component didn't work before, that's the reason I've made a work on. But I add a similar problem due to loading/reactivity on all browsers, and it should be solved now (I can't reproduce it). But I didn't test it on IE11... Only on Edge...
The component Ellipsis is working inside components and I didn't see problems on IE 11.
I will make more test on some computers.
On an other way there could be some problems, i've found on differents search issues with IE11, sometimes we could need to create the element manually and in this case the innerHTML is OK. On my side I don't have problems because I've used a such thing that permit to load the component only when the parent is loaded (property is true after nextTick on mounted cycle)
On Internet Explorer 11, running the content grid causes an exception
cannot set innerHTML of undefined
.Going back through previous releases it appears the introduced in version 1.18.x.
The text was updated successfully, but these errors were encountered: