I've read the posts at https://drupal.org/node/1950498#comment-7706699 and https://drupal.org/node/1958442 and responded by adding
config.allowedContent = true; to my ckeditor.confi.js file. I also cleared caches and forced reloaded the browser Despite, CKEditor still strips my classes, and to make matters worse, I cannot access any options at config/content/ckeditor/edit/Full. Every link is rendered as a non link.

CommentFileSizeAuthor
#1 Edit_the_CKEditor_profile___Affinnova-5.png66.73 KBNoyz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Noyz’s picture

John Carbone’s picture

Some thoughts... Are you seeing this happen anywhere else on your site? I happened to run into this same issue with fieldsets within the Views interface recently. Long story short, it turned out that the jQuery Update module was to blame. I ended up tossing jQuery Update and adding some code to only update jQuery within my custom theme, and not in the admin interface (the module will do it everywhere but the custom theme was not used on the admin side of the site).

deanflory’s picture

I too have resorted to disabling jquery_update due to lots and lots of issue across core and contrib modules.