[
https://issues.apache.org/jira/browse/MYFACES-3699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588725#comment-13588725
]
Mircea Toma commented on MYFACES-3699:
--------------------------------------
Original issue: http://jira.icesoft.org/browse/ICE-8430 .
> 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
> Attachments: MYFACES-3699.patch
>
>
> 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:
> Line: 1
> Char: 217
> Error: 'return' statement outside of function
> Code: 0
> 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