The layout of the vflex min is wrong when Listbox with rows without listhead

XMLWordPrintable

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

      For example,

      <zk>
      You should see the outline border is fitted to the listbox's height, if not that is a bug.
      	<div vflex="min">
      	<listbox rows="20" hflex="min">
      			<zscript><![CDATA[
      				List list = new ArrayList();
      				for (int i = 0; i < 20; i++)
      					list.add("item " + i);
      			]]></zscript>
      			<listitem forEach="${list}">
      				<listcell label="${each}"/>
      				<listcell label="${each}"/>
      			</listitem>
      		</listbox>
      	</div>
      </zk>

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

              Created:
              Updated:
              Resolved: