Be sure your post includes:
SmartGWT : 2.4
Firefox: 4.0
GWT: 2.2
When attempting to start my application in Firefox 4.0, I receive the following error. The error does not occur in IE 9.0 or Chrome dev 12.0.
SmartGWT : 2.4
Firefox: 4.0
GWT: 2.2
When attempting to start my application in Firefox 4.0, I receive the following error. The error does not occur in IE 9.0 or Chrome dev 12.0.
Code:
[ERROR] [IsdmWebApp] - Unable to load module entry point class com.smartgwt.client.SmartGwtEntryPoint (see associated exception for details) 17:17:56.169 [ERROR] [IsdmWebApp] Unable to load module entry point class com.smartgwt.client.SmartGwtEntryPoint (see associated exception for details) com.google.gwt.core.client.JavaScriptException: (TypeError): $wnd.isc.Canvas is undefined fileName: http://127.0.0.1:8888 lineNumber: 220 stack: ([object GWTJavaObject])@http://127.0.0.1:8888:220 ((void 0),"IsdmWebApp","http://127.0.0.1:8888/IsdmWebApp/",0)@http://127.0.0.1:8888/IsdmWebApp/hosted.html?IsdmWebApp:281 maybeStartModule()@http://127.0.0.1:8888/IsdmWebApp/IsdmWebApp.nocache.js:40 (-1)@http://127.0.0.1:8888/IsdmWebApp/IsdmWebApp.nocache.js:299 at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:237) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:129) 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.smartgwt.client.util.I18nUtil.initMessages(I18nUtil.java) at com.smartgwt.client.util.I18nUtil.init(I18nUtil.java:32) at com.smartgwt.client.SmartGwtEntryPoint.onModuleLoad(SmartGwtEntryPoint.java:194) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396) at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:183) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:510) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352) at java.lang.Thread.run(Thread.java:662)
Comment