• Resolved reviverlt

    (@reviverlt)


    Hi, if anyone still searches the solution for blank Edge printing bug, here is the solution, edit printomat.js file on line 86:

    replace:

    jQuery( w.document.body ).append( s );

    with this:

    jQuery( w.document.body ).append( "<div>" + s + "</div>" );

    Apparently there is a bug in Edge browser and it needs additional div to successfully append the content. Could you include this fix in the next version? Thanks, great plugin. Noticed comments in js like “for IE cycle through and fill in any text input values… rot in hell IE” ??

    • This topic was modified 5 years, 9 months ago by reviverlt.
    • This topic was modified 5 years, 9 months ago by reviverlt.
    • This topic was modified 5 years, 9 months ago by reviverlt.
Viewing 1 replies (of 1 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    Will do some further testing, but that seems to have done the trick!
    Thank you for this and that.

    It will be updated first has been updated on github with a nod to you in the comments.

    • This reply was modified 5 years, 9 months ago by twinpictures.
    • This reply was modified 5 years, 9 months ago by twinpictures. Reason: update pushed to github
Viewing 1 replies (of 1 total)
  • The topic ‘FIX for Edge’ is closed to new replies.