[ 
https://issues.apache.org/jira/browse/TOBAGO-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16913486#comment-16913486
 ] 

Hudson commented on TOBAGO-2002:
--------------------------------

SUCCESS: Integrated in Jenkins build Tobago 4.x #100 (See 
[https://builds.apache.org/job/Tobago%204.x/100/])
TOBAGO-2002 GridLayout: behavior of 'auto' is the same as '*' (hnoeth: rev 
4f0d80063abe204adba041cda60ab04aee6484b8)
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/GridLayoutRenderer.java
* (add) 
tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4600-gridLayout/100-auto-column/auto-column.xhtml
* (add) 
tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4600-gridLayout/100-auto-column/auto-column.test.js
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/layout/MeasureList.java


> 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)

Reply via email to