Trying to set this up with CKEditor. I don't get any pop-ups after the ten seconds, and it doesn't seem to save anything to the table. I'm using CKE, not TinyMCE. Is that why?

Comments

Crell’s picture

There's apparently a bug in the Javascript that checks to see if tinymce is enabled. Rather than skipping it if it is, it just breaks entirely. :-(

thbnelson’s picture

the "usual fix" for the javascript of changing the "if (tinymce) { " to "if (typeof(tinymce) !== 'undefined') {" gets me past this point.

and into other issues.

Crell’s picture

Can you submit a patch that changes that?

Crell’s picture

Status: Active » Fixed

The fix in #2 seems to have worked. Committed. Thanks.

I hate Javascript.

Automatically closed -- issue fixed for 2 weeks with no activity.