You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you choose "Don't allow" on IE 11(Windows 7), and then click the "copy" button, you can't copy anything from the input box, and the event should be ‘error’.
Actual behaviour
Instead of 'error', what I saw was that 'success' happened instead and my clipboard is empty.
Browsers affected
I tested on all major browsers and IE 11 and 10 does not work.
The text was updated successfully, but these errors were encountered:
I read your source code and found that you use the parameter 'succeeded' to check the "document.execCommand(this.action)". And I test it on IE. If I choose “don't allow the website access to the clipboard”, then I execute this command(“document.execCommand(copy)”). It still return 'true',but my clipboard is empty.
Dragon-Rider
changed the title
Not working on IE 11
The event is wrong on IE 11 when I don't allow the website to access my clipboard
Sep 9, 2016
Hi, there :)
I found the "events" of clipborde.js don‘t work well on IE 11, when I didn't allow the website to access to my clipboard.
Minimal example
Expected behaviour
If you choose "Don't allow" on IE 11(Windows 7), and then click the "copy" button, you can't copy anything from the input box, and the event should be ‘error’.
Actual behaviour
Instead of 'error', what I saw was that 'success' happened instead and my clipboard is empty.
Browsers affected
I tested on all major browsers and IE 11 and 10 does not work.
The text was updated successfully, but these errors were encountered: