My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
KnownIssues  
Known Issues
Featured
Updated Feb 4, 2010 by pave...@gmail.com

Known Issues

  1. Doesn't work (fully) on Safari. More details
  2. Some issues (special cases) in hosted-mode on Windows (GWT 1.2.22).

Notice any other bugs or annoyances let me know.

Comment by dario20...@gmail.com, Aug 21, 2008

asas

Comment by jofal...@gmail.com, Nov 6, 2008

I'm having an issue just using the Editor. When i instanciate it, i got the following stack trace :

java.lang.NullPointerException?: container may not be null

at com.google.gwt.user.client.ui.ComplexPanel?.insert(ComplexPanel?.java:159) 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 editableWidgets.WYSIWYGEditableLabel.<init>(WYSIWYGEditableLabel.java:15)

Comment by nybux.tsui@gmail.com, Feb 25, 2009

I'm having an issue just using the Editor. When i instanciate it, i got the following stack trace :

java.lang.NullPointerException??: container may not be null

at com.google.gwt.user.client.ui.ComplexPanel??.insert(ComplexPanel??.java:159) 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 editableWidgets.WYSIWYGEditableLabel.<init>(WYSIWYGEditableLabel.java:15)

same problem

Comment by nvija...@gmail.com, Mar 16, 2009

To get over the issue, replace this -

Editor editor = new Editor(editorToolbar);

By this -

EditorToolbar? editorToolbar = new EditorToolbar?(); Editor editor = new Editor(editorToolbar);

Naga Vijayapuram

Comment by vb.sho...@gmail.com, Jun 21, 2010

The WYSIWYG editor icons (bold, italic, underline etc..) are not displayed under Mozilla 3.6

Comment by venk...@gmail.com, Oct 24, 2010

Hello: The toolbar does not get displayed in Mozilla 3.6, however it works in Chrome. Any fixes for this issue ?

Comment by cristian...@gmail.com, Jan 13, 2011

How did you passed this error:

Failed to invoke native method: EitorWYSIWYG::initFrame ?

Comment by shirsc...@web.de, Apr 9, 2011

bug enableDesignMode

javascript alert. The toolbar is not displayed correctly


Sign in to add a comment
Powered by Google Project Hosting