Re: Intent to implement and ship: document.execCommand(cut/copy)

2015-06-01 Thread dgraham
We enabled native copy-to-clipboard on github.com today for Firefox Nightly visitors. The copy buttons no longer use a Flash widget in Nightly or Chrome! Thanks so much for working on this, Ehsan. David On Wednesday, May 6, 2015 at 7:42:23 PM UTC-6, Ehsan Akhgari wrote: On 2015-05-06 2:51

Re: Intent to implement and ship: document.execCommand(cut/copy)

2015-05-06 Thread dgraham
This is great news! At GitHub, we have support in place for this feature in Chrome already. If you use a Canary build to visit the site, the copy buttons use the native JS `execCommand('copy')` API rather than Flash. Although IE 11 supports this API as well, we have not enabled it yet. The