Many users with IE 6-8 experience trouble loading my site the first
time they try to access it. The site either never tries to load or
else they get an "access is denied" error. I have tracked the access
is denied error to the maybeCreateGwtFrame method in
<module>.nocache.js. It is being throw on the line 204 ( var doc =
win.document;).

If the user refreshes the application will load perfectly. What I
tried doing is wrapping those lines with a try block then redirecting
however it doesn't appear to catch the exception thrown.

I also have cut down my initial code from 700KB to 20KB with code
splitting thinking that that might ease the situation. All it helped
do is get to the exception quicker. (P.S. thank you for code
spllitting)

Does anyone have any suggestions for me to try?
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to