Tuesday, June 9, 2015

Re: Website not working in IE11. How to solve?

Can you confirm you are using 2.7.1, do you mean 2.7.0?

Do you possibly include a module that overrides how the user agent permutation is calculated from the user agent string?

For ie11 when I add the meta tag you've added I do not get any issues.

Off the top of my head I would create my own copy of the UserAgentPropertyGenerator class and add a few window alerts to see why gecko is being selected and not ie10.

Create the same package and class com.google.gwt.useragent.rebind.UserAgentPropertyGenerator in your GWT project

Add a few window.alerts to writeUserAgentPropertyJavaScript

I suggest you print out the user agent string being used.

That should give you all the info you need to sort the issue.

Good luck.

On Tuesday, June 9, 2015 at 1:17:40 PM UTC+1, Ed wrote:
Please some help/advice on solving a website not showing/working in IE11, using version 2.7.1.

I have a website: www.leuker.nl that works in browsers like FF and Chrome, but not in IE11. 

With the IE dev tools (F12) I see it's loading, and the GWT JS app is starting as it's doing backend calls to Tomcat and is loading splitpoint js files.
However, the app is not showing and no error is shown :(

What suppose to happen is: The "Loading ...." text is removed as Element.removeFromParent() as soon as the app is loaded. The the Element with id "IdContainer" is searched through DOM.getElementById() and filled. If the Element isn't found, an error popup is shown.

I tried the IE meta tag: 

 <meta http-equiv="X-UA-Compatible" content="IE=10">

but no luck. 

I noticed that the gecko permutation is used (style set on the html tag), and know the permutation issues discussed in #8228, but I am a bit lost.


Please some advice solving/debugging it?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment