I got exactly the same problem.
Some users with IE7/IE8 unable to load our GWT module.


What I have in my initial html file is:
<meta name="gwt:onLoadErrorFn" content="myAccountOnLoadErrorFn" />
 <script language='javascript' >

           function myAccountOnLoadErrorFn(moduleName) {
                  alert('Failed to load module [' + moduleName + '].');
            }
</script>

So user get this alert.

We also have alerts in the begging of entry point class  

    public void onModuleLoad() {
        Window.alert("We are here");


But user never sees that alert.



Any ideas?


Thanks




On Wednesday, January 30, 2013 2:59:29 AM UTC-5, Luca Morettoni wrote:
>
> On Thu, Jan 17, 2013 at 9:08 AM, Thomas Broyer 
> <t.br...@gmail.com<javascript:>> 
> wrote: 
> >> I've got a fairly complex RIA application involving GWT 2.5 and GXT 
> 3.0.1, 
> >> and I noticed that changing compiler flags (like optimization level) 
> doesn't 
> >> improve (and even degrades) performance in IE8. 
> >> So, could anyone help me out: what are the best compiler settings for 
> >> performance in IE8 in production mode. 
>
> About IE8 browser, I have a GWT application that work fine under IE8, 
> and crash in another PC with the same version of IE and O.S. 
> The problem comes when the browser start to load the initial 
> application page, and the error is: 
>
> Message: Exception thrown and not caught 
> Line: 4239 
> Char: 150 
> Code: 0 
>
> any idea/hint? I can't debug directly into the customer browser... :( 
>
> -- 
> Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net 
> gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni 
> Google+ profile: http://bit.ly/morettoni_plus 
> Member of GDG Perugia: http://perugia.gtugs.org 
>

-- 
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+unsubscr...@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.


Reply via email to