Henning Noeth created TOBAGO-1765:
-------------------------------------
Summary: Margin-bottom disappears from sheet if a max-height is set
Key: TOBAGO-1765
URL: https://issues.apache.org/jira/browse/TOBAGO-1765
Project: MyFaces Tobago
Issue Type: Bug
Reporter: Henning Noeth
Assignee: Henning Noeth
Priority: Minor
With the following code: Between sheet and button will be a margin.
{code}<tc:sheet id="s1" value="#{sheetController.solarList}" var="object" >
...
</tc:sheet>
<tc:button label="Submit"/>{code}
With the following code: Between sheet and button will be no margin.
{code}<tc:sheet id="s1" value="#{sheetController.solarList}" var="object" >
<tc:style maxHeight="500px"/>
...
</tc:sheet>
<tc:button label="Submit"/>{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)