Ralph Jacobs created TOBAGO-1164:
------------------------------------
Summary: tc:sheet displayed with wrong height when contained in
tc:tab and "auto" outer layout
Key: TOBAGO-1164
URL: https://issues.apache.org/jira/browse/TOBAGO-1164
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Affects Versions: 1.5.6
Reporter: Ralph Jacobs
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