https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42781 --- Comment #5 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 200451 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200451&action=edit Bug 42781: Do not modify window.name https://developer.mozilla.org/en-US/docs/Web/API/Window/name Test plan: 0. Do not apply this patch (you can apply the first one) 1. Go to /cgi-bin/koha/members/members-home.pl 2. Open the console 3. type "window.name", it's "" 4. Run a patron search, "d" 5. window.name is now "Duffy, Joann name" 6. Apply this patch, try again 7. window.name is still an empty string Signed-off-by: Jan Kissig <bibliothek@th-wildau.de> -- You are receiving this mail because: You are watching all bug changes.