Listbox with listgroup's scrollbar position is not currect after invalidate()

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 5.0.8
    • Affects Version/s: 5.0.7
    • Component/s: Components
    • None
    • None

      After scroll to bottom, then scroll to top, the scroll will move to middle after each sort (or invalidate())

      <zk>
      <zscript><![CDATA[
      Object[] o = new Object[30];
      ]]></zscript>
      <button onClick="lb.invalidate();" label="invalidate" />

      <listbox id="lb" width="100px" height="300px">
      <listitem label="item" forEach="${o}" />
      </listbox>

      </zk>

            Assignee:
            jumperchen
            Reporter:
            jimmyshiau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: