michaelyah / gwt-ckeditor

Automatically exported from code.google.com/p/gwt-ckeditor
0 stars 0 forks source link

Editor crash in IE 7 and 8 #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.When I want to test it in IE 7 or 8.
2.For the first time when I load it to show, it is working well.
3.After that I show another element instead of CKEditor (I detach it).
4.After a  little interaction with the user I call  
cke.setData("<p> </p>"); 
and show the same CKEditor to user(I attach it).

What is the expected output? What do you see instead?
I see the CKEditor and I can click on toolbar buttons but I can not type 
anything in the editor.

What version of the product are you using? On what operating system?
gwt-ckeditor-0.5.jar

Please provide any additional information below.

Caused by: com.google.gwt.core.client.JavaScriptException: (Error): Unknown 
failure  description: Unknown failure   at 
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelSer
ver.java:237)   at 
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:126) 
    at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561)  at 
com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:289)     at 
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107
)   at com.axeiya.gwtckeditor.client.CKEditor.setNativeHTML(CKEditor.java)  at 
com.axeiya.gwtckeditor.client.CKEditor.setHTML(CKEditor.java:517)   at 
com.axeiya.gwtckeditor.client.CKEditor.setData(CKEditor.java:533)

Original issue reported on code.google.com by heidarza...@gmail.com on 13 Feb 2011 at 6:37