I've used CKEDITOR to turn my models.TextArea() fields into nice editors
for a long time, but suddenly some of my pages throws the following
exception:

Uncaught Error: The specified element mode is not supported on element:
"meta".

I've googled it and tried several solutions, like:

CKEDITOR.dtd.$editable.textarea = 1
CKEDITOR.replace('description');


in my document_ready-section of my page, but it still doesn't work.

The problem only applies to some models and they all share the same
abstract superclass. I cannot figure out why a javascript-package, running
in the browser, handling the exact same html as before should suddenly stop
working because I added some fields using an abstract model with fields not
even being rendered on the page which has now stopped working.

Any hints?

-- 
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACkDSm-pckBicvSJNYyepSAAC92CPzKZq8xm5iZqWfzMd8gNOg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to