-
Bug
-
Resolution: Fixed
-
Normal
-
5.0.10
-
Security Level: Jimmy
-
None
In IE7 the scrollbar loses focus so you can't continue to scroll.
<zk> <listbox height="500px"> <zscript> Object[] o = new Object[100]; </zscript> <zk forEach="${o}"> <listitem label="test" /> </zk> </listbox> </zk>