Henning Nöth created TOBAGO-2540:
------------------------------------
Summary: tc:style has no effect for buttons with a panel-facet
Key: TOBAGO-2540
URL: https://issues.apache.org/jira/browse/TOBAGO-2540
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Affects Versions: 6.11.0
Reporter: Henning Nöth
This works:
{code:xml}
<tc:button label="Button" omit="true">
<tc:style position="fixed" left="40px"/>
</tc:button>
{code}
This doesn't work:
{code:xml}
<tc:button label="Button" omit="true">
<tc:style position="fixed" left="40px"/>
<f:facet name="panel">
<tc:panel>
<p>Lorem ipsum</p>
</tc:panel>
</f:facet>
</tc:button>{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)