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 **
Since you decided to put multiple issues in to one issue report this took a little bit longer to reply. So here we go
> I don't see a setting for extraAllowedContent and allowedContent appears to be boolean.
Yes because in C# its not possible to set a setting as bool/string, in 02.01.00 beta 2 this setting is now a string
> The keys specified in the blockedKeystrokes setting aren't being blocked.
Do you mean the default key strokes or did you defined new ones? At least the default ones are blocked