-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy to clipboard button don't work #49
Comments
This definitely seems broken. For some reason the Algolia search code is on this page and it's throwing an error, that might be related. |
I can confirm that this is broken. It is not working for me or any of my students. |
I do not think the DocSearch script is related to this issue but I will make sure the snippet is only integrated if the input is here. |
The Clipboard.js library often doesn't really copy to clipboard despite reporting it completed successfully. Instead, this commit switches from it to a polyfill to a native clipboard async API that works (tested in Chrome 81, Firefox 75 & Safari 13.1). Fixes jquery/codeorigin.jquery.com#49
There's a problem with the Clipboard.js library, I replaced it with something that works. PR: jquery/jquery-wp-content#422. |
The Clipboard.js library often doesn't really copy to clipboard despite reporting it completed successfully. Instead, this commit switches from it to a polyfill to a native clipboard async API that works (tested in Chrome 81, Firefox 75 & Safari 13.1). Fixes jquery/codeorigin.jquery.com#49 Closes #422
Returns just url of current page ( code.jquery.com ).
OS: Window 10
Browser: Chrome 73
The text was updated successfully, but these errors were encountered: