-
Bug
-
Resolution: Fixed
-
Normal
-
6.0.0
-
None
-
None
-
chrome,FF8.0.1
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>