You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Noeth (JIRA)" <de...@myfaces.apache.org> on 2018/03/20 16:05:00 UTC

[jira] [Created] (TOBAGO-1880) Length of inside is not the length of the column

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)