The editor is only showing once on a page load when the site cache is cleared. Then the box wont load and you cant switch to the 'disable rich text' option.

I believe they had the same issue with the ckeditor project which I use on Drupal 6 sites, updating that module fixed the issue.

Comments

munkyonline’s picture

Just found the same error reported here - http://drupal.org/node/1049460

This issue has been fixed for Drupal 6 in the CKeditor module (havent tried with Drupal 7) - http://drupal.org/node/1095908

twod’s picture

Status: Active » Closed (duplicate)

No fix was applied to the CKEditor module. They just did what we also discovered worked in #1024316-7: Compatibility with mod_pagespeed. That is, reconfigure mod_pagespeed to exclude the CKEditor library folder (and the relevant Drupal module) from processing.

This is something that needs to be worked out between the CKEditor library and mod_pagespeed. I don't know exactly who's to blame, but the fact is that CKEditor can't be [re]compressed by mod_pagespeed without errors.