-
Bug
-
Resolution: Won't Fix
-
Normal
-
None
-
7.0.7
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.0.1 S3
steps to reproduce
- load the zul below
<zk> <zscript> ListModelList myModel = new ListModelList(Locale.getAvailableLocales()); //hflex="min" </zscript> <bandbox> <bandpopup > <listbox id="mylistbox" height="250px" model="${myModel}" hflex="min"> </listbox> </bandpopup> </bandbox> </zk>
- click to open the bandbox popup
actual result
the open popup has a horizontal scrollbar
expected result
the open popup can extend its width to eliminate the horizontal popup like ZK-2929
- relates to
-
ZK-3074 Listbox doesn't extends it width with hflex="min" and predefined height
- Closed