-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
My app is erroring out obscurely on all versions of IE, but it works
fine on FF and Chrome.
The error I'm getting is:
Message: Unknown runtime error
Line: 12512
Char: 3
The actual Javascript code --- compiled with Pretty --- is in my init
function and is an entirely unobjectionable:
function init(){
!!$stats && $stats({moduleName:$moduleName, subSystem:'startup',
evtGroup:'moduleStartup', millis:(new Date()).getTime(),
type:'onModuleLoadStart', className:
'com.cowlark.stellation2.client.Stellation2'});
$clinit_6();
// ***** this line is causing the error *****
$doc.getElementById('loadingMessage').innerHTML = '';
$show($LoginDialog(new LoginDialog()));
}
This is generated from the equally unobjectionable Java code:
public void onModuleLoad()
{
DOM.setInnerHTML(DOM.getElementById("loadingMessage"), "");
authenticationFailure();
}
Any ideas as to what might be going on here?
- --
David Given
[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkqVONYACgkQf9E0noFvlzip3gCglh474zxkrpv4fXHPzZl6hGeR
/OAAn1dAK/Pz27x9NFhttes+V5BEv4xh
=ke42
-----END PGP SIGNATURE-----
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---