You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Rico Hayden (JIRA)" <ji...@apache.org> on 2010/11/01 15:43:30 UTC

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

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

Rico Hayden commented on WICKET-2207:
-------------------------------------

Has this patch been implemented into library version 1.4.12?

> 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
>             Fix For: 1.3.6, 1.4-RC3
>
>         Attachments: modal-ie8.patch
>
>
> 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.