You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2012/06/27 13:12:45 UTC

[jira] [Commented] (TOBAGO-1164) Using "auto" layout with tc:tabGroup: The components inside of the tab are displayed with wrong height

    [ https://issues.apache.org/jira/browse/TOBAGO-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402135#comment-13402135 ] 

Udo Schnurpfeil commented on TOBAGO-1164:
-----------------------------------------

When having a sheet in the tab, you got an error message in the log file: no height in parent container, setting to 100
                
> Using "auto" layout with tc:tabGroup: The components inside of the tab are displayed with wrong height
> ------------------------------------------------------------------------------------------------------
>
>                 Key: TOBAGO-1164
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1164
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.5.0-beta-2, 1.5.6
>            Reporter: Ralph Jacobs
>            Assignee: Udo Schnurpfeil
>
> In this example tc:sheet will be displayed with a height of 63 pixels although it should be rendered according to its "rows" setting. The surrounding tc:tab gets the correct height.
> <tc:panel id="layout-panel">
>    <f:facet name="layout">
>       <tc:gridLayout rows="auto" />
>    </f:facet>
>          
>       <tc:tabGroup>
>          <tc:tab>
>          <tc:sheet 	columns="*;*">
> ...	
>          </tc:sheet>
>       </tc:tab>
>    </tc:tabGroup>
> </tc:panel>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira