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
Firstly, this is wonderful work. You are exceptional.
I'm just wondering whether you are aware that an error occurs in IE11 when you click on a pin, the target map__space doesn't get targeted and map__space--selected is not added.
Error SCRIPT5007: Unable to get property 'add' of undefined or null reference
At first I thought the issue had to do with classlist being incompatible with IE11, but that is not the case . It is compatible for ie10+. But I think the issue has to do with IE11 having issue targeting svg, and where classie.js is failing.
Before I dig deeper, I was hoping for any insight that you may have. Beyond this - I am confident of making this work for IE10 and IE11.
Thank you.
The text was updated successfully, but these errors were encountered:
salaros
added a commit
to SpecifiGlobal/hybrid-expo-demo
that referenced
this issue
Jan 8, 2021
Firstly, this is wonderful work. You are exceptional.
I'm just wondering whether you are aware that an error occurs in IE11 when you click on a pin, the target
map__space
doesn't get targeted andmap__space--selected
is not added.Error
SCRIPT5007: Unable to get property 'add' of undefined or null reference
At first I thought the issue had to do with classlist being incompatible with IE11, but that is not the case . It is compatible for ie10+. But I think the issue has to do with IE11 having issue targeting svg, and where classie.js is failing.
Before I dig deeper, I was hoping for any insight that you may have. Beyond this - I am confident of making this work for IE10 and IE11.
Thank you.
The text was updated successfully, but these errors were encountered: