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

ZK-355 regressions in mobile

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 9.5.1
    • Components
    • None
    • 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="&#36;{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


            DevChu DevChu
            rudyhuang rudyhuang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: