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

ROD Listbox cannot select multiple items with shift + click

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.10
    • 5.0.9
    • Components
    • Security Level: Jimmy

      1. click on the first element
      2. go to the 200th element with the vertical scrollbar
      3. shift+click on the 200th element

      <zk>
      <zscript><![CDATA[
      	List s = new ArrayList();
      	for(int i=0; i<200; i++) {
      		s.add("item " + i);
      	}
      	ListModelList m = new ListModelList(s);
      ]]>
      </zscript>
      <listbox id="listbox" model="${m}" rows="10" multiple="true">
      	<custom-attributes org.zkoss.zul.listbox.initRodSize="20"/>
      	<listhead>
      		<listheader label="items" />
      	</listhead>
      </listbox>
      </zk>
      

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

              Created:
              Updated:
              Resolved: