zenorocha / clipboard.js

:scissors: Modern copy to clipboard. No Flash. Just 3kb gzipped :clipboard:
https://clipboardjs.com
MIT License
34.02k stars 3.98k forks source link

window.execCommand execute failed but success event be triggered!! #865

Open fengqinghuaYA opened 12 months ago

fengqinghuaYA commented 12 months ago

Have you read the Contributing Guidelines on issues?

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

.....

obetomuniz commented 4 months ago

Hey @fengqinghuaYA, that's an odd scenario. I'm planning to contribute to some open issues. As a normal process, I will try to reproduce and triage it.