You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Noeth (JIRA)" <de...@myfaces.apache.org> on 2017/09/14 14:41:00 UTC

[jira] [Resolved] (TOBAGO-1704) Collapsible concept doesn't work inside a sheet within a tab group

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

Henning Noeth resolved TOBAGO-1704.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.6
                   4.0.0

Bug fixed after resolving TOBAGO-1735.

> Collapsible concept doesn't work inside a sheet within a tab group
> ------------------------------------------------------------------
>
>                 Key: TOBAGO-1704
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1704
>             Project: MyFaces Tobago
>          Issue Type: Bug
>    Affects Versions: 3.0.3
>            Reporter: Henning Noeth
>            Priority: Minor
>             Fix For: 4.0.0, 3.0.6
>
>
> If a <tc:sheet> is in a <tc:tabGroup> and the switchType is "reloadTab" or "reloadPage", then the following code work not inside of a <tc:sheet>:
> {code:xml}
> <tc:buttons>
>   <tc:button label="show" omit="true">
>     <tc:operation name="show" for="panel"/>
>   </tc:button>
>   <tc:button label="hide" omit="true">
>     <tc:operation name="hide" for="panel"/>
>   </tc:button>
> </tc:buttons>
> <tc:panel id="panel" collapsedMode="hidden">
>   <p>Hello world!</p>
> </tc:panel>
> {code}
> The tab with the sheet cannot be displayed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)