-
Bug
-
Resolution: Fixed
-
Blocker
-
8.5.2
-
IE9
Steps to Reproduce
<zk> <zscript> ListModelList model = new ListModelList(Collections.nCopies(250000,"item")); </zscript> <listbox width="200px" height="540px" model="${model}"> <custom-attributes org.zkoss.zul.listbox.rod="true"/> <listhead> <listheader label="Load On Demand" sort="auto" /> </listhead> </listbox> </zk>
1) run the code
2) scroll to the second half (using the scrollbar)
Current Result
Got a empty result
Expected Result
See many items
Debug Information
A side effect of ZK-3864
https://github.com/zkoss/zk/blame/1cdec968f11c56d85dd6d990437c62f4d28eb0f2/zul/src/archive/web/js/zul/sel/less/listbox.less#L196
Remove position: relative, the problem will be solved.
Workaround
- relates to
-
ZK-3864 frozen overlap with position: relative/absolute
- Closed