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