[ 
https://issues.apache.org/jira/browse/WICKET-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matej Knopp reassigned WICKET-2207:
-----------------------------------

    Assignee: Matej Knopp

> Modal Window created with a page creator don't open on IE8 and direct to an 
> invalid adress
> ------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2207
>                 URL: https://issues.apache.org/jira/browse/WICKET-2207
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-examples
>    Affects Versions: 1.4-RC1
>         Environment: IE8 on Windows Vista 
>            Reporter: Daniel Chipan
>            Assignee: Matej Knopp
>            Priority: Critical
>
> 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 adress "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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to