Posted by morloi on May 25, 2008 at 11:38am
4 followers
| Project: | TinyMCE |
| Version: | 6.x-1.1-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
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.
Comments
#1
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
#2
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.
#3
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.
#4
Closed issue since the module is deprecated now.