[richfaces-issues] [JBoss JIRA] Created: (RF-1771) a4j:jsFunction 'oncomplete' event does not work properly in Opera

Andrei Zaharov (JIRA) jira-events at lists.jboss.org
Mon Dec 24 06:13:43 EST 2007


a4j:jsFunction 'oncomplete' event does not work properly in Opera
-----------------------------------------------------------------

                 Key: RF-1771
                 URL: http://jira.jboss.com/jira/browse/RF-1771
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.3
         Environment: Fedora 8, Opera 9.25
            Reporter: Andrei Zaharov


It's impossible to use variable 'data' received from server using  a4j:jsFunction ('oncomplete'). A4j log generates message: 'Error evaluate oncomplete function undefined'. 
It looks like what 'window.eval(newscript);' in function 'A4J.AJAX.finishRequest' doesn't execute in Opera cause variable 'data' defined in local context. But using 'eval(newscript);' instead 'window.eval(newscript);' works properly.

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

        



More information about the richfaces-issues mailing list