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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.2
    • 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>
      

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

              Created:
              Updated:
              Resolved: