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

Resize browser size will break vflex in vlayout

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 7.0.4
    • 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

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

              Created:
              Updated: