New issue report by vdedaniya:
What steps will reproduce the problem?
1. Downloaded the latest jar file
2. Add jar file path in GWT compile and shell scripts
3. I was able to compile the provided example code successfully but
when i
an running it on my browser 6.0 / firefox 2.0 i am getting below exception
message.
[ERROR] Unable to load module entry point class
com.dclk.editor.client.MyEditor (see associated exception for details)
java.lang.NullPointerException: container may not be null
at com.google.gwt.user.client.ui.ComplexPanel.insert(ComplexPanel.java:157)
at
com.gc.gwt.wysiwyg.client.EditorToolbar$EditorToolbarFlowPanel.insert(EditorToolbar.java:36)
at com.gc.gwt.wysiwyg.client.EditorToolbar.putWidget(EditorToolbar.java:103)
at
com.gc.gwt.wysiwyg.client.EditorToolbar.putWidgetLast(EditorToolbar.java:109)
at
com.gc.gwt.wysiwyg.client.defaults.DefaultEditorToolbar.<init>(DefaultEditorToolbar.java:36)
at com.gc.gwt.wysiwyg.client.Editor.<init>(Editor.java:61)
at com.gc.gwt.wysiwyg.client.Editor.<init>(Editor.java:51)
at com.dclk.editor.client.MyEditor.onModuleLoad(MyEditor.java:23)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:342)
at
com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:326)
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 by pavel.jbanov:
The latest jar file was released for GWT 1.3 and it fails with this
error on 1.4. I
would suggest trying the version from the svn. As an alternative you
can try the
FCKEditor wrapper (from the SVN).