Issue: Copy plain text to clipboardUsing CKEditor, try to paste using "Paste" option after mouse right click or using editor's "Paste" options
Expected result: Text is pasted normally.
Actual result : Message "Your browser doesn't allow you to paste this way. Press Ctrl+V to paste." is showed.
Hello Amrata,
This is working as intended according to CKEditor documentation (after release 4.7.0).
It was removed due to security reasons so the current way to do it in Chrome/Firefox is using directly CTRL + V.
Thank you