https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43114 Jonathan Field <jonathan.field@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.field@openfifth.co | |.uk --- Comment #9 from Jonathan Field <jonathan.field@openfifth.co.uk> --- We have also experienced this. We also mitigated it with Christopher's javascript fix in IntranetSlipPrinterJS. Between 25.11.04 and 25.11.06, bug 41705 removed a fallback line from koha-tmpl/intranet-tmpl/prog/en/includes/slip-print.inc setTimeout('window.close()', 1000); //Hack from Chrome < 63 This fallback forced the print pop-up window closed one second after printing, regardless of whether the browser's afterprint event had fired. It was removed as part of 41705's clean-up, on the basis that it was an obsolete workaround for old Chrome versions. Unfortunately it still affects Firefox. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.