I'm running Drupal 7.19, CKEditor 3.6.6, and CKEditor 7.x-1.x-dev. This issue appears on Chrome and other browsers according to user reports. CKeditor had been working for several months without issue. I'm not quite sure when this bug started.

I always get this error on page load, once for each CKEditor instance that should load on the page:
Uncaught TypeError: Object #

has no method 'editable' ckeditor.utils.js:93 If there is no content inside the underlying textarea on page load, CKEditor appears as one would expect. However, if there's any content inside the textarea at page load, then CKEditor will not load. (See screenshot). Thanks for supporting this great plugin!
CommentFileSizeAuthor
CKEditor-loading-issue.png46.26 KBbrycefisherfleig
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wwalc’s picture

Can you check the latest dev and confirm that the issue is fixed?

jcisio’s picture

brycefisherfleig’s picture

Thanks wwalc and jcisio. The error message has gone away since I udpated to latest dev module, but I'm still unable to get the CKEditor working in any textarea that has content....

Since no one else is having this issue, I have to wonder if this isn't caused by my theme or other contrib modules. I'll try switching to Bartik, and disabling modules to see that doesn't expose the root of the problem.

Anyway, thanks for the support!!

brycefisherfleig’s picture

Switching to Bartik did not resolve this issue. I'm out of time today to try disabling all the modules, but I'll post back tomorrow.