• Resolved Fabio Salimbeni

    (@thegame8714)


    Hi,

    I’m using your plugin on a lot of website for my company, but unfortunately we have to support IE8 and the plugin doesn’t work.

    I think you don’t support such an old browser but have you got, by any chance, a quick win to make it work?

    Thank you

    Regards

    Fabio

    https://ww.wp.xz.cn/plugins/selection-sharer/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author jcvangent

    (@jcvangent)

    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

    Plugin Author jcvangent

    (@jcvangent)

    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! 😉

    Plugin Author jcvangent

    (@jcvangent)

    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 😉

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘IE8 Support’ is closed to new replies.