Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.5.2
-
Component/s: None
-
Labels:None
Description
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>