You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2008/10/30 22:22:44 UTC

[jira] Resolved: (TOMAHAWK-1343) roundedDiv does not render passthrough attributes

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

Leonardo Uribe resolved TOMAHAWK-1343.
--------------------------------------

    Resolution: Fixed

thanks to Paul Rivera for provide this patch

> roundedDiv does not render passthrough attributes
> -------------------------------------------------
>
>                 Key: TOMAHAWK-1343
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1343
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>    Affects Versions: 1.1.8-SNAPSHOT
>         Environment: myfaces 1.1.7-snapshot
> tomahawk 1.1.8-snapshot
> tomahawk sandbox 1.1.8-snapshot
> tomcat 6.0.16
> java 1.6.0
>            Reporter: Paul Rivera
>            Assignee: Andrew Robinson
>         Attachments: divLayout.jsp, HtmlRoundedDivRenderer.patch, tableLayout.jsp
>
>
> Except for style and styleClass, most of the passthrough attributes of roundedDiv declared in the myfaces_sandbox.tld do not get rendered:
> Dir, lang, title,onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup.
> Given this jsf code:
>   <s:roundedDiv
>       backgroundColor="#000000"
>       borderColor="#5599AA"
>       borderWidth="1"
>       color="#559911"
>       radius="100"
>       layout="table"
>       onmouseover="alert('mouseover event');"
>       onclick="alert('click event');"
>       style="mystyle"
>       styleClass="mystyleClass">
>       <h:outputText value="Contents" />
>   </s:roundedDiv>
> passthrough attributes onmouseover and onclick do not get rendered.

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