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

Pedro Santos updated WICKET-2262:
---------------------------------

    Attachment: teste.zip

Uploading an simple project to simulate the problem.
to simulate was used
- an home page, implementing IAjaxIndicatorAware
- an component with AjaxEventBehavior, that return an getPreconditionScript 
that not always return true
the steps to problem
- click at label, waiting the ajax finish 2 times
- click at label one more time, and the indicator will never stop, and the ajax 
are not triggered

> 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: Matej Knopp
>            Priority: Minor
>         Attachments: teste.zip
>
>
> I have add an AbstractDefaultAjaxBehavior to an component that implements the 
> IAjaxIndicatorAware. My expectations was that the indicator start during the 
> ajax requests. But it 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.

Reply via email to