Resize browser size will break vflex in vlayout

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Normal
    • None
    • Affects Version/s: 7.0.4
    • Component/s: None
    • None

      Run the following zul:

      <zk>
        <window>
          <vlayout style="height:1000px" vflex="1">
            <div vflex="5" style="background-color:yellow">xxxxxxxoooooooxxxxxx</div>
            <div vflex="5" style="background-color:pink">xxodxx</div>
            <div vflex="5" style="background-color:red">xxodxx</div>
          </vlayout>
        </window>
      </zk>
      

      Then resize browser, the size of the divs will change

            Assignee:
            Unassigned
            Reporter:
            hanhsu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: