[ 
https://issues.apache.org/jira/browse/WICKET-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701097#action_12701097
 ] 

Daniel Chipan commented on WICKET-2207:
---------------------------------------

We have tested this solution on IE 6/7/8, Firefox 2/3, Opera 9/10 and Safari 4 
beta and it works on all these versions.

> 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