Hello,

there is a Problem with our gwt Project and IE8. We switched from gwt
1.5 to gwt 1.7.
We get an error window with the title "web site error" and the message
"unknown error" when we log in in our app.
When using the "pretty" compiler style we found out that the problem
is in a function called "maybeInjectFrame()" and the error occurs in
the line with the statement
 " iframe.contentWindow.location.replace(base + strongName);"

We found out that "maybeInjectFrame()" is called twice:
- when the app is loaded
- after doing our log in stuff

The error occours when the method is called the second time.

Anyone got an Idea?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to