[Koha-bugs] [Bug 23904] Chrome update does not allow use of window.open() during unload

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 28 15:12:59 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23904

Owen Leonard <oleonard at 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 at 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.


More information about the Koha-bugs mailing list