1. The keys specified in the blockedKeystrokes setting aren't being blocked.
2. When you drag and drop content into the editor, it bypasses all the paste restrictions and keeps the source formatting.
3. Paste from Word no longer strips out fonts and other styles. I think it stopped working somewhere between version 2.0.7 and 2.0.12, but I'm not sure where.
I'd prefer to just use Paste as Plain Text, but that button removes the links too. Based on the CKEditor documentation, I should be able to specify the tags I want to keep using in the extraAllowedContent and/or allowedContent fields, but in the CKEditor Provider, I don't see a setting for extraAllowedContent and allowedContent appears to be boolean.
Do you know of another way I can make it strip everything except paragraphs and links when content is pasted or dragged and dropped? I have multiple large sites with lots of non-technical people editing them so I need to restrict them as much as possible.
I'm not sure if I'm running into some of these problems because I'm changing settings directly in the CKEditorSettings.xml file instead of using the interface in DNN, but I always run into problems when I try to use the CKEditor Provider Config Manager.
Thanks
Kevin
Comments: ** Comment from web user: tha_watcha **
2. When you drag and drop content into the editor, it bypasses all the paste restrictions and keeps the source formatting.
3. Paste from Word no longer strips out fonts and other styles. I think it stopped working somewhere between version 2.0.7 and 2.0.12, but I'm not sure where.
I'd prefer to just use Paste as Plain Text, but that button removes the links too. Based on the CKEditor documentation, I should be able to specify the tags I want to keep using in the extraAllowedContent and/or allowedContent fields, but in the CKEditor Provider, I don't see a setting for extraAllowedContent and allowedContent appears to be boolean.
Do you know of another way I can make it strip everything except paragraphs and links when content is pasted or dragged and dropped? I have multiple large sites with lots of non-technical people editing them so I need to restrict them as much as possible.
I'm not sure if I'm running into some of these problems because I'm changing settings directly in the CKEditorSettings.xml file instead of using the interface in DNN, but I always run into problems when I try to use the CKEditor Provider Config Manager.
Thanks
Kevin
Comments: ** Comment from web user: tha_watcha **
> I'm currently on version 2.0.12, have you changed anything since then?
Well i upgraded to the latest version of CKEditor in the current BETA Release. at least with that version i can not reproduce, but according to the editor change log there are no fixes regarding the keystrokes.