Henning Noeth created TOBAGO-2002:
-------------------------------------
Summary: 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
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)