Added TinyMCE and the editor itself works fine. I added it to Filtered HTML and Full HTML input formats. Obviously, the Filtered HTML features only a few buttons on the editor. When going to create a node, the node defaults to Filtered HTML, which is must for anyone running a site that allows users to submit content. When you change the filter to Full HTML while on the node creation page, the editor disappears and doesn't come back. It should be able to toggle between the settings specified for each input type. This to me, seems like a big problem because as a site admin, you'll never be able to change the node to Full HTML while still being able to use the editor. I'm not sure if the issue exists with other editors.

Thanks

Comments

sun’s picture

Category: bug » support
Status: Active » Fixed

This is most likely caused by a broken plugin/button in your Full HTML wysiwyg profile. Try to remove the entire profile and only use 2-3 simple buttons (bold, italic).

Please have a look into the FAQ: http://drupal.org/node/417166

If your case is not yet covered in the FAQ, please add it.

mstef’s picture

Fixed and FAQ updated.

Thanks

mjvesper’s picture

Just adding more information from trial and error.

I'm using Drupal 6.10, WYSIWYG 6.x-1.1 and TinyMCE 3.2.2.3.

One of the buttons/plugins that is causing the editor to disappear, at least in my case, is the "Flash" button/plugin. I'm not going to say it is the only one, but from my trial and error it was the only one that reproduced this error FWIW.

codesmith’s picture

Thanks. Have a bunch of buttons selected but it was the Flash one that was causing the editor to disappear.

Status: Fixed » Closed (fixed)

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

earl_lefebvre’s picture

Unchecking the "Flash" button/plugin did the trick! Thank you very much for posting this very useful information.
The configuration I am using is Drupal 6.10, WYSIWYG 6.x-1.1 and TinyMCE 3.2.2.3. I was using Drupal 6.9 and not having any problem until I upgraded to Drupal 6.10.

alexic’s picture

Version: 6.x-1.1 » 6.x-2.0
Status: Closed (fixed) » Active

Hello, I have a similar problem with TinyMCE 3.2.6 .

I have a full profile for "Full html" and a basic profile for "Filtered HTML".

The default filter is Full Html

The problem is that even whith the only bold button, when I switch from Full to Filtered the editor completely disappears. Also, I noticed that I cannot switch anymore from Filtered to full.

Instead, PHP code has not wysiwig profile. I can switch from Full to PHP and then from PHP to Full.

Thanks

TwoD’s picture

Status: Active » Postponed (maintainer needs more info)

Can you please check if you get any JavaScript errors when switching between formats?
Does this happen in all browsers?
Please test with Firefox (if not working there) and use the Firebug extension.
Clear all Drupal caches to make sure all files are up to date.
Enable firebug (Console and Net tabs).
Navigate to the edit page.
Toggle between formats, first back and forth between the active one and PHP to get a working "reference" point.
Then try switching between Full and Filtered to see if any errors pop up in the Console or if any files on the Net tab couldn't be downloaded.

alexic’s picture

Status: Postponed (maintainer needs more info) » Fixed

I checked in the way you told me.

The problem was that it wasn't finding a js file misplaced.

Thank you for the support.

Status: Fixed » Closed (fixed)

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