[Koha-bugs] [Bug 11014] Slip Print Problem in Chrome

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 27 19:22:33 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11014

Galen Charlton <gmcharlt at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gmcharlt at gmail.com

--- Comment #2 from Galen Charlton <gmcharlt at gmail.com> ---
I've tried setting IntranetSlipPrinterJS to the following:

function printThenClose() {
    window.print();
    setTimeout('window.close()', 1); 
}

Testing (print slip, print slip but cancel) appears to work in the following
browsers:

Chrome 32.0.1700.107 m on Win7
Firefox 27.0.1 on Win7
IE 11.0.9600.16428 on Win7

It's ugly, but needs must when the devil drives.  I'd appreciate some testing;
if this works across a reasonable range of platforms and browsers, it could
become the new default.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list