gwt canvas element not working in IE 10 -
I have a page that has a canvas element for e-mail signatures. The application is in gwt, it is working on all other browsers, except IE 10. Attach screen shots.
I get this JavaScript exception:
21: 51: 20.945 [error] [app] Exempt exceptions come out in com.google.gwt.core. client.JavaScriptException: (typos): undefined property 'VML' on com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript (BrowserChannelServer.java or unable to get a null reference: 248) com.google.gwt.dev .shell.ModuleSpaceOOPHM.doInvoke (ModuleSpaceOOPHM.java:136) .dev.shell.ModuleSpace.invokeNativeObject com on com.google.gwt.dev.shell.ModuleSpace.invokeNative (ModuleSpace.java:561) com.google.gwt .apply (Impl.java) com on google.gwt.dev.shell.JavaScriptHost.invokeNativeObject (JavaScriptHost.java:91) (at ModuleSpace.javaociety69) com.google.gwt.core.client.impl.impl. Com .google.gwt.core.client.impl.Impl.entry0 (Impl.java:213) (unknown source sun.reflect.GeneratedMethodAccessor42.invoke) Com.google.gwt.dev on sun.reflect.DelegatingMethodAccessorImpl.inv. ogg on j.google.lang.reflect.Method.invoke (Method.java:597) on shell.methodAdaptor.invoke (methodAdaptor.java:103) (DelegatingMethodAccessorImpl.java:25) .gwt.dev.shell on com.google .MethodDispatch.invoke com.google.gwt.dev.shell.OophmSessionHandler.invoke (OophmSessionHandler.java:172) to (MethodDispatch.java:71) .reactToMessages on com.google.gwt.dev.shell.BrowserChannelServer (BrowserChannelServer.java : 292) com.google.gwt.dev.shell.BrowserChannelServer.processConnection (BrowserChannelServer.java:546) Java.lang.Thread on com.google.gwt.dev.shell.BrowserChannelServer.run (on BrowserChannelServer.java:363) On .run (Thread. Java: 662)
Any help appriciated. According to the stack trace (which is in god mode), it is about VML That canvas The library you are trying to use is trying to communicate with VML in IE10, which does not support VML.
Can you share this code with canvas?
Comments
Post a Comment