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

Ben Burton commented on WICKET-2207:
------------------------------------

My apologies... after testing on genuine installations of IE6/7, it appears 
that I was mistaken. As a side note, be wary of this product: 
http://www.my-debugbar.com/wiki/IETester/HomePage as it does not always render 
in the same way that the actual versions of Internet Explorer do.

> 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.

Reply via email to