-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
9.5.1
-
iOS
Android
Steps to Reproduce
Mobile-only.
<zk> 1. Please scroll the scrollbar to the middle of the list, and click the "click me" button. <separator/> 2. You should see the scrollbar is placed at the same area. <zscript> ListModel strset = new ListModelList(Locale.getAvailableLocales()); </zscript> <listbox id="list" width="200px" rows="10" model="${strset}"> <listhead> <listheader label="Load on Demend" sort="auto"/> </listhead> </listbox> <button label="click me" onClick="list.invalidate()"/> </zk>
Current Result
You see a blank Listbox
Expected Result
You see the previous position of Listbox.
Debug Information
Workaround
- relates to
-
ZK-355 Listbox 's scrollbar position is not currect after invalidate() (zk max only)
- Closed