Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-2207

Modal Window created with a page creator don't open on IE8 and direct to an invalid adress

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.4-RC1
    • 1.3.6, 1.4-RC3
    • wicket-examples
    • 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()

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

      Attachments

        1. modal-ie8.patch
          1 kB
          Victor Igumnov

        Activity

          People

            knopp Matej Knopp
            virtud Daniel Chipan
            Votes:
            9 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: