Menu

#2775 IE Rod, use mouse wheel scrol down to end cause js error

5.0.7
closed-fixed
nobody
5
2011-07-12
2011-07-11
jimmy shiau
No

Grid works fine

<zk>
<zscript><![CDATA[
import java.util.*;
import org.zkoss.zul.*;

List lst = new ArrayList();
for (int i = 0; i < 500; i++) {
lst.add("item " +i);
}
ListModelList model = new ListModelList(lst);
]]></zscript>
<hlayout>
<listbox width="100px" height="300px" model="${model}"/>
<grid width="100px" height="300px" model="${model}"/>
</hlayout>
</zk>

Discussion

  • jimmy shiau

    jimmy shiau - 2011-07-11
    • summary: IE Rod, use mouse wheel scrol down the end cause js error --> IE Rod, use mouse wheel scrol down to end cause js error
     
  • Jumper Chen

    Jumper Chen - 2011-07-12

    Bug fixed since 2011/07/12

     
  • Jumper Chen

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

Log in to post a comment.

MongoDB Logo MongoDB