-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 6.0.0
-
Component/s: None
-
None
-
Environment:
chrome,FF8.0.1
-
None
as code below, drag scroll-bar to bottom and wait rod,
drag it back to top and wait rod, then to bottom again,
the data is lost.
<zk> <zscript> <![CDATA[ List Items = new ArrayList(); for (int i = 0; i < 1000; i++) { Items.add("data "+i); } ListModelList model = new ListModelList(Items); ]]></zscript> <listbox height="150px" model="${model}" /> </zk>