I have the Cute Editor nested in an outer DIV. Upon first page load the Cute Editor functions as normal. When I relocate the outer DIV (and with it the Cute Editor) in DOM via appendChild it breaks. Specifically, I'm appending it to the body and then back again to its original location in the DOM. Interestingly it works perfectly in IE7, but not in: FireFox, Opera, or Chrome.
Do I have to do anything special to inform the control to reload itself?
When it breaks, Cute Editor will not let me populate it programatically or by typing in a value. It won't even show the cursor.