You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org> on 2010/03/30 17:21:27 UTC

[jira] Resolved: (MYFACES-2630) HtmlBody 'onload' attribute encoding issues

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

Jakob Korherr resolved MYFACES-2630.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-4

You were right, Mark! This caused the problem. Thanks!

> HtmlBody 'onload' attribute encoding issues
> -------------------------------------------
>
>                 Key: MYFACES-2630
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2630
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.0.0-beta-3
>            Reporter: Mark Li
>            Assignee: Jakob Korherr
>             Fix For: 2.0.0-beta-4
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> when using <h:body onload="alert('onload');" ></h:body> will display <body onload="alert('onload');" onload="alert('onload');" > </body>.
> its seems that org.apache.myfaces.shared_impl.renderkit.html.HTML.ONUNLOAD_ATTR == 'onload' makes this issue.

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