Re: Internet Explorer 11 - compatibility mode

2014-10-14 Thread Eric Metcalf
We ran into the same problem. We took a different approach particular to the function no longer being supported. The DOM.gwt.xml switches user.agents with ie10 or less from StyleInjectorImpl to StyleInjectorImplIE. In the gwt.xml file we check if the function exists return typeof

Re: Internet Explorer 11 - compatibility mode

2014-10-14 Thread Jens
This should be fixed in GWT 2.7, see https://gwt.googlesource.com/gwt/+/master/user/src/com/google/gwt/useragent/rebind/UserAgentPropertyGenerator.java -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group

Internet Explorer 11 - compatibility mode

2014-06-17 Thread ckuetbach
Hello, I had some trouble with embedded IE11-webviews. The useragent contains *msie *and the *documentMode *is 11. This is why they get the IE10 permutation. But the IE11-browser has removed some functions in the compat mode. (createStyleSheet for example) So I used a custom