Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author alexstandiford

    (@alexstandiford)

    Oh man, that’s not good. I’ll check it out and push an update. Thanks for letting me know.

    Plugin Author alexstandiford

    (@alexstandiford)

    I checked into this and have no idea what’s causing it. It’s probably an obscure bug in IE11. I’m checking with some fellow devs to see if they can help me get to the bottom of this.

    For those who read this, I posted the question here:
    http://stackoverflow.com/questions/38281405/ie11-and-a-javascript-based-modal-form-acting-funny

    Thread Starter dadesignsa

    (@dadesignsa)

    Well this is disappointing. Not because of the issue specifically with your plugin, but because it demonstrates that every developers hope that having Microsoft pressure their users to update might rid us of the scourge of compatibility problems inherent in old versions of Explorer. It seems even the new one doesn’t play well with stuff that works perfectly in everything else. Damn!

    Plugin Author alexstandiford

    (@alexstandiford)

    I figured it out. For those who are searching and desperate to find the solution, here’s where I landed:

    I had this:
    jQuery("html").append(taseavAgeForm());

    and it should be this:
    jQuery("body").append(taseavAgeForm());

    Apparently, IE11 get’s a little freaked out when there’s code after the HTML tag (rightfully so, but still annoying.)

    I’m pushing the update this morning, and you should be able to download it sometime today. Thanks for letting me know!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Doesn't work in Explorer 11’ is closed to new replies.