This is what breaks it <iframe src="//:"> We have it there to prevent IE from complaining when the iframe is on https page (about mixing secure and nonsecure element).
If anyone can suggest way to create empty iframe without the warning that is consistent accross browsers (most importantly across all IE version in both http and https) I'm all ears. Seriously! -Matej On Thu, Apr 16, 2009 at 12:21 PM, Matej Knopp <[email protected]> wrote: > Indeed, I can reproduce that. It doesn't even work in compatibility > mode. Awesome. > > -Matej > > On Thu, Apr 16, 2009 at 12:16 PM, Daniel Chipan > <[email protected]> wrote: >> When the content of a modal window is set using a page creator as shown >> below, the modal window is not displayed and you are redirected to an >> invalid page with the address "http:///<http://>". >> >> Code : >> chooseLgWindow.setPageCreator(new ModalWindow.PageCreator() { >> public Page createPage() { >> return new PopupChooseLg(Layout.this, chooseLgWindow); >> } >> }); >> >> The modal is called through an AjaxLink. >> >> The problem occurs on IE 8.0.6001.18702 installed on Vista 32 bits. No >> problems on Firefox 3 and IE7. Does anyone have the same issue ? >> This issue is really critical since the announcement of Microsoft to propose >> an upgrade of IE7 to IE8 to everyone very soon. >> >> NB : I have entered a bug about this issue (WICKET-2207) >> Daniel Chipan >> >> >
