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

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

SUCCESS: Integrated in Jenkins build Tobago 4.x #20 (See 
[https://builds.apache.org/job/Tobago%204.x/20/])
TOBAGO-1880 Length of <tc:suggest> inside <tc:sheet> is not the length (hnoeth: 
rev ba2eb83b1f1a6ceff3a73bcf675db9d986964f54)
* (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
>             Fix For: 4.3.1, 5.0.0
>
>
> 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