Skip to content
Zeno Rocha edited this page Oct 15, 2015 · 13 revisions

On IE9 - IE11 there's a prompt that asks if the user wants to allow a page to access his/her clipboard.

screen shot 2015-10-14 at 8 49 20 pm

If the user allows, everything will work as expected. But if the user denies access, it will still emit the success event. The root cause of the problem is that document.execCommand returns true even if it does not have permissions.

Originally reported at #77

Clone this wiki locally