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

Henning Nöth resolved TOBAGO-2540.
----------------------------------
    Fix Version/s: 6.12.0
       Resolution: Fixed

> 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
>            Assignee: Henning Nöth
>            Priority: Major
>             Fix For: 6.12.0
>
>
> 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)

Reply via email to