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

Victor Igumnov updated WICKET-2207:
-----------------------------------

    Attachment: modal-ie8.patch

Well, I needed this fix ASAP, I have users complaining about the modal issues 
on a production site. Initially I could not reproduce the issue since I had 
never tested our site against IE8 (doh!). Here  is my "knee jerk reaction" 
patch around this issue. 

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