I have the strangest problem:

IE8 seems to call my onModuleLoad() method over and over and over, a
few seconds apart.

 * It only happens with IE8.  Chrome and Firefox (mac or windows)
don't do this.  I don't know about IE6 or 7 (unsupported by my app).

 * It happens much worse with IE8 on Windows7 than IE8 on XP.  On XP,
my method gets called 3-4 times and then it goes quiet.  On Windows7,
it is like a really annoying clock that fires every few seconds
(complete with the audible clucking sound that IE8 makes).

 * It happens in both hosted mode and compiled.

I've set a breakpoint and looked at the stack trace and it looks like
any other normal startup:

SimiModule.onModuleLoad() line: 22      
NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not
available [native method]
NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39      
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25  
Method.invoke(Object, Object...) line: 597      
ModuleSpaceOOPHM(ModuleSpace).onLoad(TreeLogger) line: 396      
OophmSessionHandler.loadModule(BrowserChannelServer, String, String,
String, String, String, byte[]) line: 193
BrowserChannelServer.processConnection() line: 510      
BrowserChannelServer.run() line: 352    
Thread.run() line: 637  

In fact, GWT is logging all the usual application startup log messages
over and over.  The thing is though, my app is a single-page app -
there are no page transitions, no form submissions, nada.  I'm not
clicking on any buttons.  It works perfectly in other browsers.

I can't even imagine what could be causing this.

Can anyone suggest an avenue of attack for this issue?  I'm pretty
much out of ideas.  I've tried using GWT 2.3M1 but it doesn't help.

Thanks in advance,
Jeff

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to