TinyMCE (3.0.8 on Drupal 6.2) shows up on all pages and works for editing pages, as long as I don't hit the Preview button.

When a preview of a page is displayed, TinyMCE still shows up and is fully usable, but when pressing Submit/Review no changes are getting commited.
In addition the resize button is functionless in preview mode.

My guess is, the textarea isn't updated properly, but I don't have much JS knowledge to figure out the problem.

CommentFileSizeAuthor
#2 tinymce.module.patch1.01 KBedgar83

Comments

fleetcommand’s picture

Priority: Normal » Critical

I think we should set it's priority to "critical" since it blocks tinymce from working if the user hits the preview button of drupal

edgar83’s picture

Status: Active » Needs review
StatusFileSize
new1.01 KB

The initialisation code is added twice per textarea. Tinymce 3 does not seem to like that. I added my quickfix, but i'm not sure it's clean to add yet another static variable.

dtougas’s picture

I encountered this problem with Drupal 6.8 and TinyMCE 3.2.1. The patch attached in comment #2 seems to have fixed the problem for me.

fleetcommand’s picture

Status: Needs review » Closed (won't fix)

Closed issue since the module is deprecated now.