atulmore777 / gwt-html-editor

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

Cannot type in Editor #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. After integrating Editor in DockPanel, the Editor in visual mode does
not allow editing in text area.
2.
3.

What is the expected output? What do you see instead?
Being able to type in the text area but instead I get the following errors:

[ERROR] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: JavaScript null exception: null
    at
com.google.gwt.dev.shell.moz.ModuleSpaceMoz.invokeNative(ModuleSpaceMoz.java:229
)
    at
com.google.gwt.dev.shell.moz.ModuleSpaceMoz.invokeNativeBoolean(ModuleSpaceMoz.j
ava:76)
    at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeBoolean(JavaScriptHost.java:
53)
    at
com.google.gwt.user.client.impl.DOMImplMozilla.isOrHasChild(DOMImplMozilla.java:
96)
    at com.google.gwt.user.client.DOM.isOrHasChild(DOM.java:718)
    at
com.google.gwt.user.client.ui.MouseListenerCollection.fireMouseEvent(MouseListen
erCollection.java:92)
    at com.google.gwt.user.client.ui.Image.onBrowserEvent(Image.java:125)
    at
com.jpavel.gwt.wysiwyg.client.EditorToolbarButton.onBrowserEvent(EditorToolbarBu
tton.java:156)
    at com.google.gwt.user.client.DOM.dispatchEventImpl(DOM.java:968)
    at com.google.gwt.user.client.DOM.dispatchEventAndCatch(DOM.java:951)
    at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:919)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)

What version of the product are you using? On what operating system?
gwt-linux-1.3.3, editor-0.1.2-preview.jar

Please provide any additional information below.
In code mode, I can type in want I want and it shows in visual mode but not
vice versa.

Have you reported/discussed this issue on the support group?
(http://groups.google.com/group/gwt-rich-text-editor)
Please, provide a link to the relevant discussion(s).

Original issue reported on code.google.com by minh1...@hotmail.com on 7 Feb 2007 at 8:53

GoogleCodeExporter commented 9 years ago
Just to clarify:
   code mode - compiled (GWT Compiler)
   visual mode - hosted mode (GWT Shell)
right?

It's a known issue that editor does not properly start up in hosted mode in some
situations (on windows, for example). It's under point 2 on KnownIssues wiki 
page.

Original comment by pave...@gmail.com on 7 Feb 2007 at 3:32

GoogleCodeExporter commented 9 years ago
That is correct.  I was in hosted mode when I tried to type text in.  I will try
again not in hosted mode....hopefully it works.  Just some extra info on my
environment just in case.

ide: eclipse
os: linux
gwt: 1.3.3
editor: 0.1.2-preview
mode: hosted.

Original comment by minh1...@hotmail.com on 7 Feb 2007 at 5:48