-
Bug
-
Resolution: Duplicate
-
Normal
-
None
-
7.0.1
-
Security Level: Jimmy
-
None
Reproduce step:
1. Try to resize first column.
2. Should not see Col 2 ~ col 4 disappear.
Reproduce sample:
<zk> <zscript><![CDATA[Object[] obj = new Object[10];]]></zscript> <grid hflex="1"> <columns sizable="true"> <column label="Col 1" width="25%" /> <column label="Col 2" width="25%" /> <column label="Col 3" width="25%" /> <column label="Col 4" width="25%" /> </columns> <rows> <row forEach="${obj}"> <label value="cell 1" /> <label value="cell 2" /> <label value="cell 3" /> <label value="cell 4" /> </row> </rows> </grid> </zk>
- is duplicated by
-
ZK-2199 Some columns disappeared after resizing "percentage width" columns
- Closed