-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.4
-
Security Level: Jimmy
-
None
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>