[
https://jira.jboss.org/jira/browse/RF-5271?page=com.atlassian.jira.plugin...
]
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