Hi guys,
i have a problem with the copy/paste action in CKeditor.
When i insert a copied Text with Strg+V, the text gets correctly inserted in the editor but the clipboard security dialog opens anyway with the hint to insert the text with it.
Why does the dialog open when the text was inserted without any problem? Whats the correct way to handle this?
Thanks for advices, Bye
When I have done the copy
When I have done the copy/paste action using keyboard, it has worked properly with out appearing any dialogue box.
HI,
HI,
thanks for your reply.
Yes, thats the strange problem. The text is correctly inserted in the background but the dialog still pops up :-(
Maybe there is a config problem?
bye
[SOLVED]
HI,
i found the problem. I overwrote the Shortcut in the ckeditor config file explicit with "paste", so the dialog was triggered.
config.keystrokes = [
.....
[ CKEDITOR.CTRL + 86 /*V*/, 'paste' ]
.......
]
Since i removed the keystroke Property, everything works fine.
Thanks and have a nice weekend,
byebye
You have found out the issue
You have found out the issue and fixed it. That is great.