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

Combobox popup scroll back to top when navigating by keyboard

    XMLWordPrintable

Details

    Description

      Press down key to scroll down the popup then release, see the popup scroll back to top.
      It only happened when listening to onChanging event.

      <zk>
      	<zscript><![CDATA[
      	List list = new ArrayList();
      	for (int i = 0; i < 100; i++)
      		list.add("Option " + i);
      	ListModelList model = new ListModelList(list);
      	]]></zscript>
      	<combobox model="${model}" autodrop="true" onChanging="">
      	</combobox>
      </zk>
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: