I am hoping someone can help me with this. I have an edit field that is a CKEditor type. In Firefox it seems to work fine but in Chrome I am unable to paste text using Ctrl-V.
I have created a small demo that illustrates my problem, it can be found at: http://www.adreflex.com/test/testedit.cfm
Sat, 05/19/2012 - 18:01
#1
Re: Problems with pasting text in Chrome
Check out this ticket. Maybe it can help.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Problems with pasting text in Chrome
config.enterMode = CKEDITOR.ENTER_P;
config.autoParagraph = true;
but the problem remains.
Re: Problems with pasting text in Chrome
config.autoParagraph = false;
and I still have the problem