Drupal 5.18, this happens with Firefox 3.0.10 but not with IE 6.0

Using a small hacked bluemarine theme, tried with garland and problem remains.

Only in /node/add/simplenews fckeditor rich text editor does not come up and after the send block fieldset all other fieldsets (workflow, ...) are collapsed and non-linkable. Titel, taxonomy and body fields are ok, except that the body does not show with the fckeditor. For all other node types fieldsets are OK (clickable if collapsed) and FCKeditor shows up when it is supposed to show up, so this seems something specific of simplenews or an interaction with other modules. The only related issue that I found is quite all and not specific to simplenews, but seems similar: http://drupal.org/node/104175 . Here it says that there may be an interaction with the upload and nice menus module. I don't have nice menus installed and I tried disabling the upload module but the problem persists.

In Internet Explorar 6 everything comes up without problems.

Even without the fckeditor module not installed, the fieldsets appear as collapsed and non clickable.

Versions installed
fckeditor module 5.x.2.2 with FCKeditor 2.6.4
simplenews 5.x-1.x-dev

The body form appear as a double textarea (first screenshot). The non-clickable fieldsets are shown in the second attachment after the send block.

CommentFileSizeAuthor
non_clickable.png125.13 KBwagafo
body.png113.38 KBwagafo

Comments

wagafo’s picture

Assigned: Unassigned » wagafo
Status: Active » Closed (fixed)

I updated jsquery using the jsquery module (going from the 1.0 version that comes with Drupal 5 to 1.2) and this fixes this problem.