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
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.