Set hflex to Column calculate a wrong width

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 5.0.9
    • Affects Version/s: 5.0.8
    • Component/s: Components
    • None
    • None

      <zk>
      <grid width="300px">
      <columns>
      <column hflex="1">
      <label value="A" />
      </column>
      <column hflex="1">
      <label value="B" />
      </column>
      </columns>

      <rows>
      <row>
      <label value="C" />
      <label value="D" />
      </row>
      <row>
      <label value="E" />
      <label value="F" />
      </row>
      </rows>
      </grid>
      <grid width="300px">
      <columns>
      <column hflex="1" label="A" />
      <column hflex="1" label="B" />
      </columns>
      <rows>
      <row>
      <label value="C" />
      <label value="D" />
      </row>
      <row>
      <label value="E" />
      <label value="F" />
      </row>
      </rows>
      </grid>
      </zk>

            Assignee:
            SimonPai
            Reporter:
            jimmyshiau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: