You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Werner Punz (JIRA)" <de...@myfaces.apache.org> on 2009/04/24 12:15:30 UTC

[jira] Created: (MYFACES-2217) Embedded Javascript triggers only in IE, Firefox Opera, Chrome and Webkit are not triggered

Embedded Javascript triggers only in IE, Firefox Opera, Chrome and Webkit are not triggered
-------------------------------------------------------------------------------------------

                 Key: MYFACES-2217
                 URL: https://issues.apache.org/jira/browse/MYFACES-2217
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
         Environment: javascript
            Reporter: Werner Punz
            Priority: Minor


In our implementation of the reponse dealing with html dom changes, embedded javascripts are only triggered in certain environments.
This is caused by a performance optimization utilizing auto eval which is present in certain browsers
(currently only Firefox and Opera)
A fallback for ie is present, but the same fallback has to be applied to Webkit based browsers (Safar, Chrome, KHTML)...
Which for now do not have this behavior present!




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


[jira] Resolved: (MYFACES-2217) Embedded Javascript triggers only in IE, Firefox Opera, Chrome and Webkit are not triggered

Posted by "Werner Punz (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Werner Punz resolved MYFACES-2217.
----------------------------------

    Resolution: Fixed

resolved


> Embedded Javascript triggers only in IE, Firefox Opera, Chrome and Webkit are not triggered
> -------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2217
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2217
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>         Environment: javascript
>            Reporter: Werner Punz
>            Priority: Minor
>
> In our implementation of the reponse dealing with html dom changes, embedded javascripts are only triggered in certain environments.
> This is caused by a performance optimization utilizing auto eval which is present in certain browsers
> (currently only Firefox and Opera)
> A fallback for ie is present, but the same fallback has to be applied to Webkit based browsers (Safar, Chrome, KHTML)...
> Which for now do not have this behavior present!

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