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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | tinymce.module.patch | 1.01 KB | edgar83 |
Comments
Comment #1
fleetcommand commentedI think we should set it's priority to "critical" since it blocks tinymce from working if the user hits the preview button of drupal
Comment #2
edgar83 commentedThe 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.
Comment #3
dtougas commentedI 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.
Comment #4
fleetcommand commentedClosed issue since the module is deprecated now.