You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Geoff Reedy (JIRA)" <ji...@apache.org> on 2007/06/12 17:44:25 UTC

[jira] Created: (WICKET-640) modal window close button does not cancel the event after closing the window

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.


[jira] Commented: (WICKET-640) modal window close button does not cancel the event after closing the window

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512807 ] 

Matej Knopp commented on WICKET-640:
------------------------------------

Should be fixed, can anyone test it?


> 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
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta3
>
>
> 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.


[jira] Updated: (WICKET-640) modal window close button does not cancel the event after closing the window

Posted by "Alastair Maw (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alastair Maw updated WICKET-640:
--------------------------------

    Fix Version/s: 1.3.0-beta3
         Assignee: Matej Knopp

Matej - up to you to see if you want this fixed in 1.2.7, but figure it should go in for 1.3.0-rc1.

> 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
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta3
>
>
> 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.