You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/08/31 08:38:53 UTC

[jira] Resolved: (WICKET-2262) The starting of the ajax indicator don't respect AbstractDefaultAjaxBehavior preconditionScript

     [ https://issues.apache.org/jira/browse/WICKET-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2262.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s: 1.4.11
                   1.5-M2
       Resolution: Fixed

the javascript for precondition checks should be written without sideeffects, so it should be ok to call it multiple times

> The starting of the ajax indicator don't respect AbstractDefaultAjaxBehavior preconditionScript
> -----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2262
>                 URL: https://issues.apache.org/jira/browse/WICKET-2262
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.6
>            Reporter: Pedro Santos
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.11, 1.5-M2
>
>         Attachments: teste.zip, WICKET-2262.patch
>
>
> I have add an AbstractDefaultAjaxBehavior to an component that implements the IAjaxIndicatorAware. But the indicator start an stay indicating an ajax processing that is not happening due an condition implemented on my extended AbstractDefaultAjaxBehavior preconditionScript that return false on the occasion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.