Clipboard.js is working well in Chrome (v50.0), but won't copy text on Firefox (v46.0).
clipboard.on('error', function(e){...}) is being thrown, and clipboardjs is supported on v41+, but the error provides no information beyond providing which button was clicked to trigger the copy.
Any ideas what could be happening here or what I could check/try?