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

use caption in window will cause hflex="min" doesn't work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.2
    • 6.5.1
    • Components
    • None

      <zk>
      <label multiline="true">
      Issue : use caption in window will cause hflex="min" doesn't work.
      1.Width of Window1 and Window2 should be the same and around 200px
      if the bug doesn't be fixed, Window 2 width is 100% of browser
      </label>
      <window title="Window1" border="normal" hflex="min">
      	<div width="200px" height="200px"/>
      </window>
      <window border="normal" hflex="min">
      	<caption label="Window 2"/>
      	<div width="200px" height="200px"/>
      </window>
      </zk>
      

            vincentjian vincentjian
            dennis dennis
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: