• Resolved ariesian

    (@ariesian)


    I am using the current version of Print-O-Matic 1.5.3 and I am having no luck in getting IE to print the page. Firefox and Chrome work perfectly.

    When I open my console in IE (10), I am noticing an error reported when the icon is pressed.

    “Exception thrown and not caught.” jquery.js

    I am loading jQuery 1.10.2.

    https://www.ads-software.com/plugins/print-o-matic/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same for me with IE (8) / Print-O-Matic JavaScript v1.5.4 / jQuery 1.9.0_

    Webpage error details
    
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3; .NET4.0C; .NET4.0E)
    Timestamp: Fri, 24 Jan 2014 12:25:07 UTC
    
    Message: No such interface supported
    
    Line: 5
    Char: 25399
    Code: 0
    URI: https://trattoria-da-giulia.de/wp-content/themes/therestaurantclassic/javascripts/scripts.min.js?ver=1.0

    The exception comes from here (else branch):

    //rot in hell, Internet Explorer
    if (!!navigator.userAgent.match(/Trident\/7\./)){
    	jQuery(w.document.body).append( jQuery( target ).clone().html() );
    }
    else{
    	jQuery(w.document.body).append( jQuery( target ).clone() );
    }

    dmahla

    (@dmahla)

    I am having this same issue. Print-O-Matic works in everything else, except IE 10, which comes up blank. I am using the current version of the plug-in 1.5.3. You can view the page I’m having issues with at: https://oneclay.net/forms/ . Can someone please help????

    Plugin Author Baden

    (@baden03)

    Please give version 1.5.5b a try. It includes a few IE workarounds that we hope will help:
    https://plugins.twinpictures.de/plugins/print-o-matic/

    Feedback is appreciated.

    Plugin Author Baden

    (@baden03)

    Issue marked as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not working in IE but works in everything else.’ is closed to new replies.