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

with hflex min child component will not size correctly after parent is resized

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.2
    • 6.5.1
    • Components
    • Security Level: Jimmy
    • None

      Test case:

      <zk>
      <window sizable="true" mode="overlapped"
      	title="win-div"
      	border="normal"
      	closable="true">
      		<vlayout>
      		<hlayout vflex="1"  hflex="min" style="background:green">
      			<div   style="background:yellow">
      				<image src="/img/msn2.gif" width="50px" height="50px" />
      			</div>
      			<div  hflex="min" style="background:cyan">	
      				<image src="/img/msn2.gif" width="50px" height="50px" />
      			</div>	
      		</hlayout>
      		</vlayout>
      </window>
      </zk>
      

            vincentjian vincentjian
            ashishd ashishd
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: