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

Grid column width is incorrect when set hflex to min and first row is invisible

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Later Later
    • 7.0.6
    • 7.0.5
    • Components
    • Security Level: Jimmy
    • None

      Reproducible sample:

      <grid>
      	<columns>
      		<column hflex="min" />
      		<column hflex="1" />
      	</columns>
      	<rows>
      		<row visible="false">
      			<label>Test.....</label>
      			<textbox />
      		</row>
      		<row>
      			<label>Test hflex min</label>
      			<textbox />
      		</row>
      	</rows>
      </grid>
      

            ChunfuChang ChunfuChang
            vincentjian vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 2 hours
                2h