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