Wednesday, January 30, 2013

Re: Compiling for IE8



On Wednesday, January 30, 2013 9:45:24 PM UTC+1, Colin Alworth wrote:
The skype browser plugin adds additional <style> tags to the page, and mess up StyleInjectorImplIE's assumption that no one else is spitting out style elements. SnagIt used to (and may still) cause exceptions in various IE versions when some elements resize/reflow (I never nailed down exactly what did that, just worked around it). Check what plugins/extensions/BHOs are installed, and see if disabling any/all of them fix the issue.

GWT.setUncaughtExceptionHandler will not be informed of any errors that happen during onModuleLoad - some people deal with this by deferring most of onModuleLoad, others by wrapping it up with a try/catch with some specific handling for that startup method.

…or you can use gwt:onLoadErrorFn: https://plus.google.com/101752109667553936977/posts/VFn6bZka4YQ

--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment