Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-330

Rows with Spinner/Datebox in Grids are aligned horizontally

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Normal Normal
    • 5.0.8
    • 5.0.8, Freshly
    • Components
    • None

      The following example works without problems in 5.0.7: all components are aligned vertically in the grid (each input control per row). When running this in 5.0.8, the components are all displayed in a single row.

      <zk>
      <grid fixedLayout="true">
      <columns>
      <column label="Type" width="30%" />
      <column label="Content" />
      </columns>
      <rows>
      <row>
      Age: <spinner value="37" constraint="no negative,no zero" />
      </row>
      <row>
      Birthday: <datebox id="db" />
      </row>
      <row>
      Phone: <intbox constraint="no negative,no zero" value="12345678" />
      </row>
      </rows>
      </grid>
      </zk>

            Unassigned Unassigned
            mjablonski mjablonski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: