i found out that the GWT seems to think IE9 is Safari ... so the wrong implementation is called!
On 6 Okt., 18:47, Rogermi <[email protected]> wrote: > Hi, > i mentioned this exception, too! But i swear it worked a few weeks > ago! with the same version of GWT! Perhaps the IE9 changed its > version! > So i hope the google-croud will fix it soon! > > greetz > > On 30 Sep., 02:15, drtman <[email protected]> wrote: > > > > > I get the exception below any time I try to add a RichTextArea to a > > panel in IE9. The RichTextArea can be created, but the exception is > > thrown any time it is added to a panel. I've recreated this pretty > > easily - it will even happen if I just create a new GWT web > > application project in eclipse, and modify the entrypoint module to > > add a RichTextArea to the root panel. Browser mode is set to IE9 and > > Document Mode is set to IE9 standards, but I think this happens > > irregardless of that setting. This does not happen in Firefox or > > Chrome. I am using GWT 2.4.0. Anything I should look for specific to > > IE9 (or IEx)? > > > com.google.gwt.core.client.JavaScriptException: (TypeError): Unable > > to > > set value of the property 'innerHTML': object is null or undefined > > at > > com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChann > > elServer.java: > > 248) > > at > > com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java: > > 136) > > at > > com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java: > > 561) > > at > > com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java: > > 269) > > at > > com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.j > > ava: > > 91) > > at com.google.gwt.core.client.impl.Impl.apply(Impl.java) > > at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:213) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown > > Source) > > at java.lang.reflect.Method.invoke(Unknown Source) > > at > > com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) > > at > > com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java: > > 71) > > at > > com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.jav > > a: > > 172) > > at > > com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChanne > > lServer.java: > > 292) > > at > > com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChan > > nelServer.java: > > 546) > > at > > com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java: > > 363) > > at java.lang.Thread.run(Unknown Source)- Zitierten Text ausblenden - > > - Zitierten Text anzeigen - -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
