[
https://issues.apache.org/jira/browse/TOBAGO-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402142#comment-13402142
]
Udo Schnurpfeil commented on TOBAGO-1164:
-----------------------------------------
The bug is for both dimesions: for width and height.
The reason is, that the AbstractUITabGroupLayout doesn't call the
"mainProcessing" recursively, in the case of "auto"-layout.
> 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