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

Grid with sizable columns in percentange width not work in ZK 7

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Normal Normal
    • None
    • 7.0.1
    • Components
    • Security Level: Jimmy

      Reproduce step:
      1. Try to resize first column.
      2. Should not see Col 2 ~ col 4 disappear.

      Reproduce sample:

      <zk>
      	<zscript><![CDATA[Object[] obj = new Object[10];]]></zscript>
      	<grid hflex="1">
      		<columns sizable="true">
      			<column label="Col 1" width="25%" />
      			<column label="Col 2" width="25%" />
      			<column label="Col 3" width="25%" />
      			<column label="Col 4" width="25%" />
      		</columns>
      		<rows>
      			<row forEach="${obj}">
      				<label value="cell 1" />
      				<label value="cell 2" />
      				<label value="cell 3" />
      				<label value="cell 4" />
      			</row>
      		</rows>
      	</grid>
      </zk>
      

            Jenkins Jenkins
            vincentjian vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: