Hello, I am using CuteEditor in a custom discussion board. I render it on the backend and then push fully rendered html to the browser using a jQuery ajax callback. For the most part it works fine in FF, but in IE the initial load comes up with textarea being disabled. Then if I hide the div that contains CuteEditor and unhide it the textarea becomes enabled.
Below is a snapshot of how it looks (if I press cancel, and then show it again it will be fine) Any ideas?