Running FireFox in OOPHM and GWT trunk (c. r5498) I am getting the following error. It looks like it is trying to use the IE implementation of StyleInjector instead of the default implementation.
Is the a bug in gwt-dnd or gwt trunk? Exception ============================================ 00:02:36.817 [ERROR] Unable to load module entry point class com.allen_sauer.gwt.dnd.client.util.DragEntryPoint (see associated exception for details) com.google.gwt.core.client.JavaScriptException: (TypeError): $doc.createStyleSheet is not a function fileName: http://localhost:8080 lineNumber: 20 stack: ()@http://localhost: 8080:20 connect("192.168.1.111:9997","main",[object XPCCrossOriginWrapper])@:0 ((void 0),"main","http://localhost:8080/ main/")@http://localhost:8080/?gwt.hosted=192.168.1.111:9997:185 maybeStartModule()@http://localhost:8080/main/main.nocache.js:41 (5) @http://localhost:8080/main/main.nocache.js:196 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.google.gwt.dev.shell.ModuleSpace.createJavaScriptException (ModuleSpace.java:62) at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript (BrowserChannelServer.java:101) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke (ModuleSpaceOOPHM.java:121) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java: 501) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject (ModuleSpace.java:273) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject (JavaScriptHost.java:91) at com.google.gwt.dom.client.StyleInjector $StyleInjectorImplIE.createElement(StyleInjector.java) at com.google.gwt.dom.client.StyleInjector $StyleInjectorImplIE.injectStyleSheet(StyleInjector.java:100) at com.google.gwt.dom.client.StyleInjector $StyleInjectorImplIE.injectStyleSheetAtStart(StyleInjector.java:145) at com.google.gwt.dom.client.StyleInjector.injectStylesheetAtStart (StyleInjector.java:202) at com.allen_sauer.gwt.dnd.client.util.DragEntryPoint.onModuleLoad (DragEntryPoint.java:33) 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.ModuleSpace.onLoad(ModuleSpace.java:367) at com.google.gwt.dev.shell.OophmSessionHandler.loadModule (OophmSessionHandler.java:169) at com.google.gwt.dev.shell.BrowserChannelServer.run (BrowserChannelServer.java:149) at java.lang.Thread.run(Unknown Source) --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
