[
https://jira.jboss.org/jira/browse/RF-6035?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-6035:
-------------------------------
Description:
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
was:
<a4j:status onstart="alert('start')"
onstop="alert('stop')" />
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: Nick Belaevski
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:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira