[richfaces-issues] [JBoss JIRA] (RF-13242) ajaxcomplete event is called before javascriptServiceCompleted event

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Thu Dec 5 06:10:06 EST 2013


    [ https://issues.jboss.org/browse/RF-13242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928863#comment-12928863 ] 

Lukáš Fryč commented on RF-13242:
---------------------------------

Hey [~jstefek], the scenario is verified here in framework tests:
https://github.com/richfaces/richfaces/blob/master/framework/src/test/integration/org/richfaces/integration/javascript/ITJavaScriptServiceAjax.java#L114
                
> ajaxcomplete event is called before javascriptServiceCompleted event
> --------------------------------------------------------------------
>
>                 Key: RF-13242
>                 URL: https://issues.jboss.org/browse/RF-13242
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: core
>    Affects Versions: 5.0.0.Alpha1
>            Reporter: Lukáš Fryč
>            Assignee: Lukáš Fryč
>            Priority: Minor
>             Fix For: 5.0.0.Alpha2
>
>
> The events / attributes / JS service invocations should be as follow:
> * {{@onbeforedomupdate}}
> * {{ajaxbeforedomupdate}}
> * JavaScriptService invocation
> * {{javascriptServiceComplete}}
> * {{@oncomplete}}
> * *{{ajaxcomplete}}*
> But they are:
> * {{ajaxbeforedomupdate}}
> * {{@onbeforedomupdate}}
> * *{{ajaxcomplete}}*
> * JavaScriptService invocation
> * {{javascriptServiceComplete}}
> * {{@oncomplete}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list