https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23904 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Chrome update does not |Chrome update does not |allow use of window.open() |allow use of window.open() | |during unload --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- I think the important detail relevant to us is that this new restriction is for window.open() *during unload.* I would take that to mean that we can't trigger a pop-up window with the unload event (https://developer.mozilla.org/en-US/docs/Web/API/Window/unload_event). The only instance of "onunload" I see in the code is in SCO and it isn't used to open a window. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.