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

Problem closing a ModalWindow when used through an IFrame

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3.0-rc1
    • 1.3.5, 1.4-RC1
    • wicket
    • None

    Description

      I'm doing some POC testing to find out how a wicket application could be used through an IFrame and noticed that closing of a ModalWindow fails.

      My setup:

      Application A:
      -a dummy html page that has an IFrame
      -the contents of the IFrame is requested from Application B
      <iframe src="http://localhost:8080/mywicketapp/app/" width="100%" height="500"></iframe>

      Application B:
      -a Wicket application that uses a ModalWindow
      -deployed to tomcat: http://localhost:8080/mywicketapp/

      Problem:
      The ModalWindow is not closed when OK ( or Cancel ) button is clicked when Application B is used throug IFrame of Application A.
      OK button performs the actual action (in my case deletes an item from a list) but is not closed after the execution of the action.

      Closing of the ModalWindow works normally when Application B is not used through an IFrame.

      Reproducing the problem:

      You can test this by creating a html page with this source:

      <html>
      <body>
      <iframe src="http://www.wicket-library.com/wicket-examples/ajax/modal-window.1" width="100%" height="100%"></iframe>
      </body>
      </html>

      And then open "Show modal dialog with panel" and try to close the dialog.

      Attachments

        Activity

          People

            knopp Matej Knopp
            mahavishnu7 Deepak Mahavishnu
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: