For those who are looking for more details: you can see the diff I made here: https://paste.apache.org/8uKg
Note that this uses '//' URLs (i.e. non-specific protocol) but when I explicitly used 'https://' it still didn't work. The mode of failure is a message "Unknown Exception" in the Javascript console. This is in the ZeroClipboard.js file and *appears* to be at the point of a call which crosses the boundary into the Flash movie. Richard. On 1 December 2014 at 13:01, Richard Downer <[email protected]> wrote: > Hello all, > > I've been trying to remove the ZeroClipboard.swf file from the jsgui > project. My intention is to replace it with a CDN-hosted version, such > as http://cdnjs.com/libraries/zeroclipboard. > > However my attempts have all ended in failure. I replace the > references to ZeroClipboard.swf with the CDN-based URL, and > copy-to-clipboard stops working. The Javascript console is showing a > failure inside ZeroClipboard.js which I cannot explain. > > I'm not a Javascript expert so I don't really know how to debug this. > Could I hand it over to one of the jsgui experts? > > Thanks > > Richard.
