Mircea Toma created MYFACES-3699:
------------------------------------

             Summary: Attribute updates targeting the event handlers fail to 
work when 'this' or 'return' keywords are used
                 Key: MYFACES-3699
                 URL: https://issues.apache.org/jira/browse/MYFACES-3699
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 2.1.10
         Environment: Internet Explorer 7/8
            Reporter: Mircea Toma


When on* attributes are updated in IE with event handler code that contains the 
'this' variable the browser will fail to reference the targeted element (as 
expected). When window.execScript function is used to evaluate scripts the 
'this' variable references the window object.

Also when 'return' statement is used in the event handler code IE will throw 
the following error:
{code}
Line: 1
Char: 217
Error: 'return' statement outside of function
Code: 0
{code}

Using 'return' statements in a event handler is a valid way of enabling or 
disabling the execution of default action in the browser.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to