Menu

#2758 Listbox ROD will not render item in a correct position

5.0.7
closed-fixed
nobody
5
2011-07-13
2011-07-04
jimmy shiau
No

Scroll to item99, it will jump to item 41

<zk>
<zscript>
Object[] o = new Object[200];
</zscript>
<listbox width="100px" height="100px">
<listitem forEach="${o}" label="item ${forEachStatus.index}" />
</listbox>
<grid width="100px" height="100px">
<rows>
<row forEach="${o}">
<label value="item ${forEachStatus.index}"/>
</row>
</rows>
</grid>
</zk>

Discussion

  • Jumper Chen

    Jumper Chen - 2011-07-13
    • status: open --> closed-fixed
     
  • Jumper Chen

    Jumper Chen - 2011-07-13

    Bug fixed since 2011/07/13

     

Log in to post a comment.