Uploaded image for project: 'MyFaces Tobago'
  1. MyFaces Tobago
  2. TOBAGO-2002

GridLayout: behavior of 'auto' is the same as '*'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.4.1
    • 4.5.0, 5.0.0-alpha-1, 5.0.0
    • Core
    • None

    Description

      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:

      <tc:gridLayout id="grid" columns="150px 100px auto">
        <tc:button label="150px"/>
        <tc:button label="100px"/>
        <tc:button label="auto"/>
      </tc:gridLayout>
      

      Attachments

        Activity

          People

            hnoeth Henning Nöth
            hnoeth Henning Nöth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: