[richfaces-issues] [JBoss JIRA] Updated: (RF-5271) Ajax: status stops before scripts are updated

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Dec 6 12:50:36 EST 2008


     [ https://jira.jboss.org/jira/browse/RF-5271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-5271:
-------------------------------

    Description: 
<h:form>
	<h:panelGroup id="firstGroup">
		<script type="text/javascript">alert('first')</script>
	</h:panelGroup>

	<h:panelGroup id="secondGroup">
		text
	</h:panelGroup>

	<a4j:commandButton reRender="firstGroup, secondGroup" value="reRender" />

	<a4j:status onstop="alert('stop')" />
</h:form>

1. Press rerender
2. 'stop' message appears, then 'first'. Should be in inverse sequence


> Ajax: status stops before scripts are updated
> ---------------------------------------------
>
>                 Key: RF-5271
>                 URL: https://jira.jboss.org/jira/browse/RF-5271
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>            Reporter: Nick Belaevski
>            Assignee: Nick Belaevski
>             Fix For: 3.3.0
>
>
> <h:form>
> 	<h:panelGroup id="firstGroup">
> 		<script type="text/javascript">alert('first')</script>
> 	</h:panelGroup>
> 	<h:panelGroup id="secondGroup">
> 		text
> 	</h:panelGroup>
> 	<a4j:commandButton reRender="firstGroup, secondGroup" value="reRender" />
> 	<a4j:status onstop="alert('stop')" />
> </h:form>
> 1. Press rerender
> 2. 'stop' message appears, then 'first'. Should be in inverse sequence

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list