-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.5
-
Security Level: Jimmy
-
None
Reproducible sample:
<zk> <hlayout height="150px"> <grid mold="paging" pagingPosition="bottom" autopaging="true" vflex="1" hflex="1"> <columns> <column label="Grid" /> </columns> <rows> <row forEach="1,2,3,4"> <label value="Item ${each}" /> </row> </rows> </grid> <listbox mold="paging" pagingPosition="bottom" autopaging="true" vflex="1" hflex="1"> <listhead> <listheader label="Listbox" /> </listhead> <listitem forEach="1,2,3,4"> <listcell label="Item ${each}" /> </listitem> </listbox> </hlayout> </zk>
- blocks
-
ZK-2595 The nested hflex size is not up to date when the new child added inside a hlayout or vlayout
- Closed