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

Hudson commented on TOBAGO-1880:
--------------------------------

SUCCESS: Integrated in Jenkins build Tobago Trunk #1550 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1550/])
TOBAGO-1880 Length of <tc:suggest> inside <tc:sheet> is not the length (hnoeth: 
rev c5f3abffb3ca0c5d9277fc613b214259be152200)
* (edit) 
tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/js/tobago-sheet.js


> Length of <tc:suggest> inside <tc:sheet> is not the length of the column
> ------------------------------------------------------------------------
>
>                 Key: TOBAGO-1880
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1880
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core, Demo
>    Affects Versions: 4.1.0
>            Reporter: Henning Noeth
>            Assignee: Henning Noeth
>            Priority: Major
>
> There must be two columns to reproduce the bug.
> The smallest tc:suggest is in the first row, the biggest tc:suggest is in the 
> last row.
> Example
> {code:xml}<tc:sheet value="#{sheetController.solarList}" var="object" 
> rows="4">
>   <tc:column label="Suggest">
>     <tc:in>
>       <tc:suggest totalCount="10" query="#{suggestController.query}">
>         <tc:selectItems value="#{suggestController.solarObjects}" var="name" 
> itemValue="#{name}"/>
>       </tc:suggest>
>     </tc:in>
>   </tc:column>
>   <tc:column label="Second Column"/>
> </tc:sheet>{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to