[Jwc-user] Fwd: Can't remove HtmlTextArea (TinyMCE) correctly
Status: Alpha
Brought to you by:
sstorey
From: Andreas B. <and...@gm...> - 2006-11-02 15:22:23
|
Hi, when I put the TinyMCE in a PopupPanel and work with .show and then .hide, I get a Javascript error at .hide in the development shell and also in IE. Best regards, Andreas ---------- Forwarded message ---------- From: Andreas Bartelt <and...@gm...> Date: 02.11.2006 15:20 Subject: Can't remove HtmlTextArea (TinyMCE) correctly To: jwc...@li... Hi, I'am using the HtmlTextArea ( with TinyMCE ) and it works nicely so far. But now I'am enhancing the application by the functionality to switch between editing (with HtmlTextArea) and displaying the information (simply HTML widget). Here are the erranous behaviour: 1.) put the HtmlTextArea into an FlowPanel (functions nicely) 2.) removing the HtmlTextArea and adding a HTML widget afterwards (error: TinyMCE component is still displayed, the HtmlTextArea seems to be gone (I've listed the childs to verify)) 3.) removing the HTML widget and adding the HtmlTextArea (HTML widget is gone, now there are THREE TinyMCEs displayed, only the middle one functions correctly) Can u please check this and hopefully fix the behaviour? Best regards, Andreas |