Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-750

Listbox ROD failed with ListModelList

XMLWordPrintable

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

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

              Created:
              Updated:
              Resolved: