Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Later
-
Resolution: Won't Fix
-
Affects Version/s: 9.6.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Steps to Reproduce
<zk> <zscript><![CDATA[ ListModelList model = new ListModelList(Locale.getAvailableLocales()); ]]></zscript> <div height="400px"> <listbox model="${model}" height="80%"> <listhead> <listheader label="dual listbox"/> </listhead> <template name="model"> <listitem> <listcell label="${each.language}"/> </listitem> </template> </listbox> </div> </zk>
Current Result
no vertical scrollbar on the right
Expected Result
a vertical scrollbar exists on the right
Debug Information
- z-listbox-body doesn't have a height, could be done by height: calc(100% - headerHeight)
Workaround
- use vflex or rows