Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.4-RC1
-
None
-
IE8 on Windows Vista
Description
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()
});
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.