modal window close button does not cancel the event after closing the window
----------------------------------------------------------------------------

                 Key: WICKET-640
                 URL: https://issues.apache.org/jira/browse/WICKET-640
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.2.6
            Reporter: Geoff Reedy


When there is no CloseButtonCallback set on a ModalWindow instance the close 
button does not cancel the click event which causes the link of the close 
button to be followed.  This is normally not such a problem since the link url 
is "#" which typically doesn't do anything.  However, if a base URL is set for 
the page using the <base> tag this link will navigate away from the current 
page to the URL defined as the base URL.

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