]
Nick Belaevski resolved RF-6035.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
Status: onstart and onstop aren't executed correctly
----------------------------------------------------
Key: RF-6035
URL:
https://jira.jboss.org/jira/browse/RF-6035
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Tsikhon Kuprevich
Fix For: 3.3.1
Test case:
<a4j:status onstart="window.status += 'start '"
onstop="window.status += 'stop '" />
<a4j:jsFunction name="functionA" action="#{rf6035.test}" />
<a4j:jsFunction name="functionB" action="#{rf6035.test}" />
<a href="#" onclick="functionA(); setTimeout(functionB, 500)"
id="execute">click here</a>
onstart is called 3 times, and onstop 1 time
Should be: 2 onstart, 2 onstop
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: