[
https://issues.apache.org/jira/browse/TOBAGO-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402176#comment-13402176
]
Hudson commented on TOBAGO-1164:
--------------------------------
Integrated in tobago-trunk #806 (See
[https://builds.apache.org/job/tobago-trunk/806/])
TOBAGO-1164: Using "auto" layout with tc:tabGroup: The components inside of
the tab are displayed with wrong height (Revision 1354437)
Result = SUCCESS
lofwyr : http://svn.apache.org/viewvc/?view=rev&rev=1354437
Files :
*
/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUITabGroupLayout.java
*
/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/tabGroup/tabGroup-layout-1164.xhtml
> 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
> Fix For: 1.5.7, 1.6.0-beta-3
>
>
> 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