https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20122 Bug ID: 20122 Summary: Empty and close link on cart page not working (js security) Change sponsored?: --- Product: Koha Version: 17.05 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: mark.gavillet@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org Clicking the 'Empty cart and close' link when viewing the contents of a cart at /cgi-bin/koha/opac-basket.pl does not work. There are javascript security errors because the page opens in a new window but scripts in /opac-tmpl/bootstrap/js/basket.js such as updateBasket try to access and change values in the parent window (referred to as top.opener) - this is blocked by the browser. -- You are receiving this mail because: You are watching all bug changes.