https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43114
Jonathan Field <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |.uk --- Comment #9 from Jonathan Field <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
