[ 
https://issues.apache.org/jira/browse/MYFACES-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Werner Punz resolved MYFACES-2348.
----------------------------------

    Resolution: Fixed

fixed, again


> Eval in the javascript codebase has some bugs
> ---------------------------------------------
>
>                 Key: MYFACES-2348
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2348
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Werner Punz
>
> The eval in the javascript codebase does not work in a unified way across 
> browsers, the main issue mostly is that eval itself and window.eval does not 
> work in a clean way across browser platforms, but <eval> itself expects to be 
> executed in a global scope.
> The fix is to unify all window evals and evals so that they are executed in a 
> global manner and this for the internal scripts points towards window instead 
> of leaving it to the eval.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to