I have a form made up of 3 tabs (each one is a div that gets hidden while the page is loading). When the page loads, it hides the second and third tabs and shows the first tab. If a FCKEditor is instanced to replace a textarea inside one of the hidden divs, it fails to initialize properly on Firefox. This seems to work just fine on IE.
I've included a sample file, but you have to tweak the html file to point to the location of your FCKEditor.
In the html file, look for the string "Ad Hoc Notes:". That's where the FCK should be instanced. In the form itself, it's on the second tab.
Also, if I hide the tabs after they are created (which causes a nasty flash when loading the page but causes FCKEditor to instance itself before the textarea is hidden), the FCKEditor replaced the textarea correctly in Firefox.
I currently instance FCKEditor while the page is loading inline inside the hidden div. Will instancing it from the onload event after all the divs are hidden fix this issue? If so, I can do as a work around.
I've included a sample file, but you have to tweak the html file to point to the location of your FCKEditor.
In the html file, look for the string "Ad Hoc Notes:". That's where the FCK should be instanced. In the form itself, it's on the second tab.
Also, if I hide the tabs after they are created (which causes a nasty flash when loading the page but causes FCKEditor to instance itself before the textarea is hidden), the FCKEditor replaced the textarea correctly in Firefox.
I currently instance FCKEditor while the page is loading inline inside the hidden div. Will instancing it from the onload event after all the divs are hidden fix this issue? If so, I can do as a work around.

RE: Using ReplaceTextarea, the replacement fa
RE: Using ReplaceTextarea, the replacement fa
RE: Using ReplaceTextarea, the replacement fa
https://sourceforge.net/forum/message.p ... id=3067752
RE: Using ReplaceTextarea, the replacement fa
https://sourceforge.net/tracker/index.p ... tid=543655