Henning Noeth created TOBAGO-1880:
-------------------------------------

             Summary: 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


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