[
https://issues.apache.org/jira/browse/TOBAGO-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henning Noeth resolved TOBAGO-2002.
-----------------------------------
Fix Version/s: 5.0.0
Resolution: Fixed
> GridLayout: behavior of 'auto' is the same as '*'
> -------------------------------------------------
>
> Key: TOBAGO-2002
> URL: https://issues.apache.org/jira/browse/TOBAGO-2002
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Core
> Affects Versions: 4.4.1
> Reporter: Henning Noeth
> Assignee: Henning Noeth
> Priority: Minor
> Fix For: 4.4.2, 5.0.0
>
>
> The behavior of <tc:gridLayout columen'auto'> is the same as <tc:gridLayout
> columen'*'>.
> The 'auto' value should use only as much space as needed. The '*' value
> should use the remaining space.
> If a column has the value 'auto' AND '*', the 'auto' value works as intended.
> Example:
> {code:xml}<tc:gridLayout id="grid" columns="150px 100px auto">
> <tc:button label="150px"/>
> <tc:button label="100px"/>
> <tc:button label="auto"/>
> </tc:gridLayout>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)