google-code-export / lwrte

Automatically exported from code.google.com/p/lwrte
1 stars 0 forks source link

Initialize RTE, remove iframe/texterea -> jQuery bug (a.contentWindow is null) #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi again,

From my other "feature request" issue, I have severals textarea/iframe created 
that are initialized with the RTE. But I have to be able to delete these 
textarea/iframe, so I use a .remove() jquery function to delete the DIV that 
contains the textarea/iframe... but then, all goes stuck, jQuery don't work 
anymore and I have an "a.contentWindow is null" in the jQuery.js file.

Is there an safe way to remove the iframe/textarea initialized with RTE so 
jQuery won't get stuck ?

Thanks.

Original issue reported on code.google.com by max.ler...@ymail.com on 22 Mar 2011 at 3:18