I am using ckeditor on a java website that uses the simplemodal plugin. I have been able to get ckeditor working on a page that does not require the simplemodal plugin so I haven't had any problems until now. When the modal loads, using firebug, I notice that the textarea I am using for the ckeditor has had it's visibility set to hidden. I figured that changing the visibility to visible or inherent would be enough to get my editor working. Instead of that, what I experience is a plain text area. Even though I am using the exact same code from the other page, I am unable to get the ckeditor to show. I have tried removing all included css from the page leaving only the css and java script that ckeditor needs but this did not help the problem. Any and all help is greatly appreciated!
feedback
|