You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Noeth (JIRA)" <de...@myfaces.apache.org> on 2017/07/05 09:26:00 UTC

[jira] [Created] (TOBAGO-1765) Margin-bottom disappears from sheet if a max-height is set

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)