Actions
Feature #6942
closedUse Javascript-only for copying to clipboard
Start date:
01/19/2016
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
Replace the ZeroClipboard library with the (http://zenorocha.github.io/clipboard.js) Clipboard.js library
Updated by Lauren Walker over 8 years ago
- Target version changed from 1.12.0 to 2.0.0
Updated by Lauren Walker over 8 years ago
- Target version changed from 2.0.0 to 1.12.0
Updated by Lauren Walker over 8 years ago
- Status changed from New to Resolved
I replaced ZeroClipboard with Clipboard.js. It doesn't work in Safari, so a backup option is presented to users when the copy event fails: A text input with the copyable text will be shown and highlighted, and a tooltip with the message "Press Ctrl+c to copy" will be displayed.
Actions