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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 6.5.2
    • Affects Version/s: 6.5.1
    • Component/s: Components
    • Security Level: Jimmy
    • None
    • 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>
      

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

              Created:
              Updated:
              Resolved: