-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 7.0.1
-
Component/s: Components
-
Security Level: Jimmy
-
None
Test steps:
1. Shrink browser width to make sure the horizontal scrollbar showed at first loading.
2. Extend or shrink browser width
3. Horizontal scrollbar did not work correctly
Reproducible sample:
<zk> <zscript><![CDATA[ Object[] col = new Object[25]; ]]></zscript> <window hflex="1"> <listbox height="300px" emptyMessage="no items"> <custom-attributes org.zkoss.zul.listbox.rod="true" /> <listhead> <listheader forEach="${col}" label="col ${forEachStatus.index + 1}" hflex="min" /> </listhead> </listbox> </window> </zk>