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

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Thu Oct 3 12:39:02 EDT 2013


Lukáš Fryč created RF-13242:
-------------------------------

             Summary: 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č
            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