[gwt-contrib] Re: IE Nonsecure popup in connection with cache/nocache iframe

2008-11-04 Thread Jen
Same server, https and they are removed from the code at the moment. I removed everything one at a time to determine the cause. On Nov 4, 12:56 pm, Scott Blum [EMAIL PROTECTED] wrote: Okay, so this boils down to what you're doing with the IFRAMEs you create. Are your IFRAMEs using HTTPS, or

[gwt-contrib] Re: IE Nonsecure popup in connection with cache/nocache iframe

2008-11-04 Thread Scott Blum
Can you post the code you're using to create the IFRAMEs? On Tue, Nov 4, 2008 at 3:04 PM, Jen [EMAIL PROTECTED] wrote: Same server, https and they are removed from the code at the moment. I removed everything one at a time to determine the cause. On Nov 4, 12:56 pm, Scott Blum [EMAIL

[gwt-contrib] Re: IE Nonsecure popup in connection with cache/nocache iframe

2008-11-04 Thread Scott Blum
Hmmm... well I haven't seen the html/html before, but otherwise that looks like the right trick. Assuming you don't redirect the printFrame elsewhere. I dunno! On Tue, Nov 4, 2008 at 3:18 PM, Jen [EMAIL PROTECTED] wrote: HTML htmlheadtitleSTATdx - Medical Diagnostic Imaging for Radiology/

[gwt-contrib] Re: IE Nonsecure popup in connection with cache/nocache iframe

2008-11-04 Thread Jen
I do not. I am basically filling it with static test to allow a clean print. I did try the src=javascript:'' but it does not seem to work in all versions of IE. The addition of the html/html seems to resolve that issue. I went ahead and tried the change in the gwt source for the

[gwt-contrib] Re: IE Nonsecure popup in connection with cache/nocache iframe

2008-11-03 Thread Scott Blum
Just to be clear, you are running the outer page over HTTPS and also loading the GWT startup script over the same HTTPS connections? On Mon, Nov 3, 2008 at 4:02 PM, Jen [EMAIL PROTECTED] wrote: We are currently having an issue with IE throwing a non secure popup on some of our GWT pages. The

[gwt-contrib] Re: IE Nonsecure popup in connection with cache/nocache iframe

2008-11-03 Thread Scott Blum
Ok, hmm... this case is supposed to work by default. 1) If you comment out all application code (dummy entry point), does the problem go away? 2) Are you creating any IFRAMEs yourself within the application? On Mon, Nov 3, 2008 at 5:51 PM, Jen [EMAIL PROTECTED] wrote: correct! On Nov 3, 3:44