FIX for Edge
-
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” ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘FIX for Edge’ is closed to new replies.