[richfaces-issues] [JBoss JIRA] Resolved: (RF-6035) Status: onstart and onstop aren't executed correctly

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Feb 4 11:32:44 EST 2009


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

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