The Ckeditor installation is fine, I can access every options from the toolbar like colors, style, etc... but when editing some text, it is not possible to save all the wanted changes. No error message, just the text is displayed with no colors, no styles and anything else ?
I cannot find in my text format or ckeditor settings anything wrong.

Has someone faced the same issue ?

Comments

Gyver06’s picture

Just to give you some more details about this issue, here are two screen captures of what I've got :
This is critical for my users since they use ckeditor to create documents.
Best regards

Gyver06’s picture

Capture_bug_CKEDITOR_v4.01_00.PNG Shows you what I can see in preview mode before saving.
The second capture shows what I've got after saving.
Strange isn't it ?

Geijutsuka’s picture

This might be related to a post someone made here: http://drupal.org/node/1958442

I'm having to save the nodes with the editor disabled to keep styles and classes applied... but they get stripped if I go back in to edit the content (the editor is enabled by default).

This is happening on two new sites and a sandbox site I have—everything up to date and text formats set to their defaults.

DarkAshelin’s picture

I'm having the same issue. Have you found any solution?

Geijutsuka’s picture

Status: Active » Closed (duplicate)

I believe this is a duplicate of #1958442

After doing the following, the styles get saved:

If the problem started happening when you updated CKEditor library to 4.1 then in the "Advanced options" section of CKEditor profile add this:
config.allowedContent = true;

(mentioned in https://drupal.org/node/1958442#comment-7255458)

DarkAshelin’s picture

I tried that but nothing changed.

DarkAshelin’s picture

I tried that but nothing changed.

(Sorry, seems I double-posted and can't delete it)

onlinkall’s picture

easy to fix it just
1- go to your module and search for Filter and edit the confutation as below

but this check box to enable any others check box put them as unchecked UNenables

authenticated user
administrator
Convert line breaks into HTML (i.e.
and

)
Convert URLs into links
Correct faulty and chopped off HTML

all the best