https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Emmanuel Bétemps <e.betemps@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #13 from Emmanuel Bétemps <e.betemps@gmail.com> --- Hi, I added the sentence to mask the mention in case of error; here is what it gives try { await navigator.clipboard.writeText(value); throw new Error() } catch (_) { return; the tooltip appears and when I click, there is no mention 'Copied to clipboard' BUT the clientID or Secret has been copied to go further, I wrote something else in the file and it really broke the copy-feature -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.