https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38072
Martin Renvoize (ashimema) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #21 from Martin Renvoize (ashimema) <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
