I discovered that my brand-spanking new GWT application (which is normally pages and pages of wonderfulness) is nothing but a blank page when using IE7 with a certain (default) CA Firewall setting enabled. The setting is a checkbox titled "Pop-up/Pop-under ads". When checked, CA Firewall is adding the following line to my root GWT page:
<script type="text/javascript" src="http://127.0.0.1:37935/ xpopup.js"></script> Apparently, something in that xpopup.js script is totally disabling the GWT-generated script from running in IE7. It doesn't seem to affect Firefox. I suspect that CA Firewall + IE7 is going to be a fairly common scenario (CA Firewall is a freebie download from RoadRunner). Does anyone have any ideas if there is anything that can be done in GWT to allow it to run with that setting enabled? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
