Cardlayout (with v/hflex="1") in hlayout will disappear when browser's size changed

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 6.5.2
    • Affects Version/s: None
    • Component/s: None
    • None
    • None

      Test case:

      <zk>
      	<hlayout id="layout" width="400px" height="100px" valign="middle" style="">
      		<cardlayout hflex="1" vflex="1"
      			style="background-color:yellow" selectedIndex="0">
      			<div width="100%" height="100%">in hlayout</div>
      			<div width="100%" height="100%">image 2</div>
      			<div width="100%" height="100%">image 3</div>
      		</cardlayout>
      	</hlayout>
      	<separator />
      	<div width="400px" height="100px">
      		<cardlayout hflex="1" vflex="1"
      			style="background-color:yellow" selectedIndex="0">
      			<div width="100%" height="100%">in div</div>
      			<div width="100%" height="100%">image 2</div>
      			<div width="100%" height="100%">image 3</div>
      		</cardlayout>
      	</div>
      </zk>
      

            Assignee:
            MontyPan
            Reporter:
            MontyPan
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: