On Tue, Sep 20, 2011 at 4:20 AM, DaveC <[email protected]>wrote:

> There was also another runtime Exception being thrown - this time the
> culprit was the iFrame for GWT History (the exception was thrown at
> the point the iframe's document was being accessed)... it was unused
> and removing it fixed the problem.
>

Note that the history iframe is only unused if you don't use history (and
you probably should be if you don't want people to back out of your app
accidentally by hitting the back button).

I find it hard to believe that no one else has seen this error???
>

Could it be related to your use of self-signed certs?  Have you added the
signing certificate as a trusted cert so you don't get a dialog when
browsing to it?

Also, in your example above you are loading an image from http, which will
get you a mixed-mode content warning in an SSL page (and some browsers will
not even fetch it by default).

-- 
John A. Tamplin
Software Engineer (GWT), Google

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to