When this feature was working, it didn't necessarily matter where I pasted it from, it just always popped up when I was pasting. Now it doesn't matter where I'm pasting it just doesn't work.
Perhaps you can provide more info what exactly you are trying to paste. What is going wrong. What browser, etc. Because I cannot replicate your problems.
Ok, so I opened up your code exactly in the fullpage _sample, typed in exactly what you wrote, and received no forcePasteAsPlainText popup window..
All of a sudden, I'm thinking, maybe there is no popup window. Maybe it just forces paste as plain text without me even knowing. Is that the case? If so, how do you test it if it works?
If it's not the case, I typed in exactly what you wrote in and tested it in FF, IE for PC, Saf, and Chrome, and did not receive the popup dialog for pasting as plain text.
Thank you so much for your attention to this. I can't thank you enough, and again, I can't thank you enough for CKeditor. It's really an amazing wysiwyg.
comp615 wrote:(Confirmed buggy on 3.3.1). So just wait a few days for 3.4 and it should be fixed.
Thanks, I was using 3.3.1 and moving to the nightly has now fixed it for me. But do you know why you loose the blinking text insertion character after pasting? Clicking with the mouse in the editor does not make it reappear and you first have to click somewhere else on the page and then click back in the editor before it reappears.
Re: Force to paste as Plain Text
Re: Force to paste as Plain Text
Re: Force to paste as Plain Text
http://docs.cksource.com/ckeditor_api/s ... sPlainText
Re: Force to paste as Plain Text
Re: Force to paste as Plain Text
Re: Force to paste as Plain Text
working in all browsers - ie8, chrome, mozilla 3.6
Re: Force to paste as Plain Text
Re: Force to paste as Plain Text
Re: Force to paste as Plain Text
Re: Force to paste as Plain Text
ForcePasteAsPlainText is retardedly bugged in this new version. It does not work.
Re: Force to paste as Plain Text
http://nightly.ckeditor.com/demo
Re: Force to paste as Plain Text
<script type="text/javascript"> //<![CDATA[ CKEDITOR.replace( 'editor1', { fullPage : true }); CKEDITOR.config.forcePasteAsPlainText = true; //]]> </script>These also do not work.
Config.js :
CKEDITOR.editorConfig = function( config ) { config.forcePasteAsPlainText = true;And this outside of the function in config.js also does not work :
All of this has been tested in 3.1 3.2 and the most recent nightly build.
Re: Force to paste as Plain Text
Re: Force to paste as Plain Text
When this feature was working, it didn't necessarily matter where I pasted it from, it just always popped up when I was pasting. Now it doesn't matter where I'm pasting it just doesn't work.
Re: Force to paste as Plain Text
CKEDITOR.replace( 'editor1', { fullPage : true, forcePasteAsPlainText : true });Perhaps you can provide more info what exactly you are trying to paste. What is going wrong. What browser, etc. Because I cannot replicate your problems.
Re: Force to paste as Plain Text
All of a sudden, I'm thinking, maybe there is no popup window. Maybe it just forces paste as plain text without me even knowing. Is that the case? If so, how do you test it if it works?
If it's not the case, I typed in exactly what you wrote in and tested it in FF, IE for PC, Saf, and Chrome, and did not receive the popup dialog for pasting as plain text.
Thank you so much for your attention to this. I can't thank you enough, and again, I can't thank you enough for CKeditor. It's really an amazing wysiwyg.
Re: Force to paste as Plain Text
Re: Force to paste as Plain Text
How do you test to make sure its sanitizing? Know any convenient resources of dirty text?
Re: Force to paste as Plain Text
Thanks, I was using 3.3.1 and moving to the nightly has now fixed it for me. But do you know why you loose the blinking text insertion character after pasting? Clicking with the mouse in the editor does not make it reappear and you first have to click somewhere else on the page and then click back in the editor before it reappears.
Re: Force to paste as Plain Text
Re: Force to paste as Plain Text