Hi,
I build a personnal editor which containe FCKeditor, but when I load it, Firefox don't stop the load after display my editor (with FCK), but if I don't load FCKeditor in my editor I don't have this problem.
My editor use also an Iframe over the Iframe of FCK.
Does anybody have this problem before...? and the solution...?
Note : other pb, when I load FCK with value I can't write on it, I must switch in source/edit to write on it, any idea?
Hervé
I build a personnal editor which containe FCKeditor, but when I load it, Firefox don't stop the load after display my editor (with FCK), but if I don't load FCKeditor in my editor I don't have this problem.
My editor use also an Iframe over the Iframe of FCK.
Does anybody have this problem before...? and the solution...?
Note : other pb, when I load FCK with value I can't write on it, I must switch in source/edit to write on it, any idea?
Hervé
Re: infinite load with Firefox
Re: infinite load with Firefox
I change ma code and know I load FCK after the event "onfocus" on a textarea and this work well... so It's a problem between createHtml() function and innerHTML I suppose.

My case is closed