Not here. allowedContent: true is the problem at my end, initialized it the same way you did, with only allowedContent and forcePasteAsPlainText and formatting gets pasted. spans with a lot of inline style.
http://cl.ly/image/2E2M3b1J1f1x
edit: forcePasteAsPlainText actually does nothing at all here, i can remove the config all together and as long as allowedContent isnt set to true, the formatting will be removed..
Something is wrong with your editor build... I cannot reproduce this on normal editor, taken directly from repository. You can report a bug on http://dev.ckeditor.com, but attach your CKEditor build and a sample on which you're able to reproduce this.
Could be.. Tried downloading a new build, but even tho its the same version and revision as my old (4.3 d2184ac) im just getting this error whenever i try to use any plugins/widgets that i used before, so i guess im stuck with the old buggy build since the project requires those plugins/widgets.
Uncaught TypeError: Cannot read property 'icons' of null
Iv clear my cache multiple times, but these errors come up every time. Dont know what the first one originates from, but it only comes when using a new build. first line is ofcourse <!DOCTYPE html>
I just checked it on:
I just checked it on:
"Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36"
and it works fine.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Then what am i doing wrong?
Then what am i doing wrong?
Initing the instance (iv also tried adding it in the ckeditor config file, same result):
http://cl.ly/image/1N2x0d2r3m3F
Video showing formats getting pasted:
https://www.dropbox.com/s/gg169unyxyq6x2b/ckeditor.mov
Are you sure you cleared your
Are you sure you cleared your cache? And that you can reproduce the same issue without all those added and removed plugins?
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Seems that allowedContent:
Seems that allowedContent: true was the problem, it overrides the paste as plaintext setting.. bug?
I've just checked:
I've just checked:
And it works fine - pasted content is transformed to plain text.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Not here. allowedContent:
Not here. allowedContent: true is the problem at my end, initialized it the same way you did, with only allowedContent and forcePasteAsPlainText and formatting gets pasted. spans with a lot of inline style.
http://cl.ly/image/2E2M3b1J1f1x
edit: forcePasteAsPlainText actually does nothing at all here, i can remove the config all together and as long as allowedContent isnt set to true, the formatting will be removed..
Something is wrong with your
Something is wrong with your editor build... I cannot reproduce this on normal editor, taken directly from repository. You can report a bug on http://dev.ckeditor.com, but attach your CKEditor build and a sample on which you're able to reproduce this.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Could be.. Tried downloading
Could be.. Tried downloading a new build, but even tho its the same version and revision as my old (4.3 d2184ac) im just getting this error whenever i try to use any plugins/widgets that i used before, so i guess im stuck with the old buggy build since the project requires those plugins/widgets.
Uncaught TypeError: Cannot read property 'icons' of null
It's cache. Remember to
It's cache. Remember to always clear it when you work with so complex app as CKEditor.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Iv clear my cache multiple
Iv clear my cache multiple times, but these errors come up every time. Dont know what the first one originates from, but it only comes when using a new build. first line is ofcourse <!DOCTYPE html>
Uncaught SyntaxError: Unexpected token < pensjonist.dev/:1
Uncaught TypeError: Cannot read property 'icons' of null ckeditor.js:207
edit: i even installed firefox and tried, same error.. Is there some other cache i should clear than the browsers cache?
So, as I already wrote,
So, as I already wrote, report a bug and attach your build.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Turned out to be a buggy
Turned out to be a buggy plugin. All my own fault