Hi I am using the latest version of ckediotr (3.6.3), what i am trying to achieve is when a formatted text is copied and pasted within the textarea using ctrl+v it should paste as plain text, in that it should strip the formatting. can you please advise me on what files needs changing to achieve this.
thank you very much for your time and effort. Please let me know if you need further info.
regards,
bharath.
thank you very much for your time and effort. Please let me know if you need further info.
regards,
bharath.
Re: ckeditor 3.6.3 using ctrl+v paste as plain text not work
What is interesting for you is:
[CKEDITOR.CTRL + 86, 'pastetext' ]
[CKEDITOR.SHIFT + 45, 'pastetext' ]
This opens the dialog you might know from the paste text button from the toolbar. For me this works fine.
If you've any other questions regarding that topic feel free to contact me.
Cheers,
Jan
Re: ckeditor 3.6.3 using ctrl+v paste as plain text not work
This is a browser issue. Ctrl+V works as intended with force as plain text in IE, Chrome and Opera but it doesn't work in FireFox. There's a patch pending review: https://dev.ckeditor.com/ticket/8968
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!