Hiya Fabio,
thanks for the request, I sadly don’t have any access to IE8 myself so it really makes it hard for me to debug. I got some other request about problems in IE11 which I see that it has a problem there as well, but nothing showing up in the developer console.
Hopefully when I can debug and fix the IE11 problem this one will be fixed with it, otherwise it might make it really difficult for me to debug.
But indeed IE8 is very old, maybe you should update or try an alternative 😉 I’m pretty sure your entire internet surfing experience will increase a lot with it.
Hans
Hey there,
I don’t know, if you’ve already solved it (internally), but for IE11 the problem lies with the usage of “window.scrollY”. This property is undefined in IE11. “window.pageYOffset” would be the compatible[1] way to get the value.
Hope that helps!
Cheers,
Alex
[1] https://developer.mozilla.org/de/docs/Web/API/Window/scrollY
Hey Alex,
thanks a lot for the remark, so just replacing the window.scrollU to window.pageYOffset would do the trick for IE11?
Cool, will update that code soon (currently on my way to do some snowboarding ;-)).
Hans
You’re welcome 🙂
At least for positioning (and showing) the popup, it did the trick.
There’s also another problem with the inline svg background-images (background-image: url(data/svg....)), as IE11 won’t render these. Curios enough though, it will show them if you include them as external file (background-image: url(facebook.svg)).
But more important things first: Happy snowboarding! 😉
Mmm interesting and (again strange behaviour from MS ;-))… will look into it when I get back!
And thanks for the wishes, there’s tons of snow so I think I can enjoy myself 😉