I have a javascript print feature that uses jqprint (though I've made some minor adjustments to the code).
This print feature works on IE8 and Chrome without a problem. On IE9 though, it shows no JS errors and the browser print dialogue shows up as expected, but once I click print, nothing happens. Eventually all applications on my computer start lagging and I have to reboot though.
If I open the developer tool kit (F12) and set the document mode to IE8 standards, it prints fine in IE9.
What's going on? I'm honestly baffled...
Edit:
My computer is not hooked up to a printer so I am using the built in "Microsoft XPS Document Writer" for testing. I have tested the code on an actual printer in IE8 and Chrome though, and it does work.
Update:
This stopped working today for some reason, anyone have any ideas?