Re: (WICKET-2207) Modal Window created with a page creator don't open on IE8 and direct to an invalid adress

2011-02-05 Thread Rodolfo Hansen
Have you tried it with my modal window patch ? https://issues.apache.org/jira/browse/WICKET-3151 On Fri, 2011-01-21 at 00:37 -0800, Dinesh Sharma wrote: > Hi, > > Am new in this Forum and came across this thread while looking for one Model > Window issue. I have to use Model Window in my proje

Re: (WICKET-2207) Modal Window created with a page creator don't open on IE8 and direct to an invalid adress

2011-01-21 Thread Dinesh Sharma
Hi, Am new in this Forum and came across this thread while looking for one Model Window issue. I have to use Model Window in my project but it was not working and giving the same behavior as given starting of this thread. Also, I am using wicket 1.3.x version and Window Model working fine with Fi

Re: (WICKET-2207) Modal Window created with a page creator don't open on IE8 and direct to an invalid adress

2009-04-20 Thread nino martinez wael
Hmm what about conditional html.. Although that's extremely ugly :( 2009/4/16 Matej Knopp : > This is what breaks it > > 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 if

Re: (WICKET-2207) Modal Window created with a page creator don't open on IE8 and direct to an invalid adress

2009-04-16 Thread Matej Knopp
This is what breaks it 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

Re: (WICKET-2207) Modal Window created with a page creator don't open on IE8 and direct to an invalid adress

2009-04-16 Thread Matej Knopp
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 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 inva

(WICKET-2207) Modal Window created with a page creator don't open on IE8 and direct to an invalid adress

2009-04-16 Thread Daniel Chipan
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:///". Code : chooseLgWindow.setPageCreator(new ModalWindow.PageCreator() { public Page createPage() { return new Popup