Im running Drupal 5.7 with jsquery update and tinymce

I was getting the white screen of death on the user edit page with a message in the top left of the page saying disable rich text
I have tinymce set up so i can disable it on the page, this seems to cause a problem on the user edit page

This bug only seems to happen in Firefox, it doesnt occur with Safari

Heres how to fix the problem

Go to admin Tinymce and click to edit your tinymce profile

Under the visibility field set you should see Tinymce is set to be displayed in these places

node/*
user/*
comment/*

Change the visibility so Tinymce doesnt appear on the user edit page - like so

node/*
comment/*

Tinymce wont be displayed on the user edit page and you wont get the white screen of death in Firefox

Hope that helps someone

Comments

Pawel Gawlowski’s picture

I've been fighting with for a long time - thanx. It also appears in IE7
Is there a real fix for this?

best regards,
Pawel Gawlowski
e-solutions.pl
drupal.pl

mbria’s picture

Same issue here.
Posting to follow.

metareason’s picture

Had same issue and this fixed it.

Not sure if this is the right place to be posting this (in a deprecated forum).

martin_jones’s picture

I was having the same issue. This fixed it.

Thanks!

danbryant’s picture

Here's what did it for me:

This is around line 185~190 in tinymce.module (version = "5.x-1.9")

	var TinyMCEArea = document.getElementById('edit-$textarea_name');	
	if(TinyMCEArea != null){
    	document.write("<div><a href=\"javascript:mceToggle('edit-$textarea_name', 'wysiwyg4$textarea_name');\" id=\"wysiwyg4$textarea_name\">$link_text</a></div>");
	}
heather’s picture

Usability dead forum post pruning

1) This forum is no longer actively used. Please do not post in this forum or reply to this post, it will help us to keep the usability issues clear. Thank you for your help!
2) This is a feature or support request or other not related to Drupal usability.

Please see the appropriate issue queue http://drupal.org/project/issues or group on http://groups.drupal.org

If this had been a suggestion for usability improvements, I would have added the issue to the queue and posted the link here.

------------------------------------------------------------------
"Knowledgeable in Some Matters" http://nearlythere.com/