https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38072 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #21 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- This is a timing-dependent race condition that manifests based on: - Chrome version (I'm on 142 now) - Print dialog type (Chrome preview vs system dialog) - OS print subsystem timing - Machine speed The original code is objectively flawed - it calls win.close() immediately after win.print() without waiting. Even if it works for some, it's racing with the browser's async print dialog and will fail under certain conditions. Request for testers: Please try on Chrome 140+ with different print settings, or deliberately slow down your system to expose the race." -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.