ZK-355 regressions in mobile

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Normal
    • None
    • Affects Version/s: 9.5.1
    • Component/s: Components
    • Environment:

      iOS
      Android

    • None

      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


            Assignee:
            jamson
            Reporter:
            rudyhuang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: