Listbox ROD failed with ListModelList

XMLWordPrintable

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

            Assignee:
            jumperchen
            Reporter:
            benbai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: