Actual Behaviour
In the function fakeCopyAction, even if the execution of window.execCommand("copy") fails, the success event will still be triggered.
Expected Behaviour
I expected that when the execution of window.execCommand("copy") fails, the error event should be triggered.
To Reproduce
Browsers Affected
I tested on all major browsers and only IE 11 does not work.
Operational System
.....