-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.0, 7.0.6.1
-
Security Level: Jimmy
-
None
-
ZK 8.0.1 S2, ZK 8.0.1 S3
When a combobox popup is to tall to be opened bellow the combobox, it is opened from the top of the current frame instead.
If the combobox text-input is in the middle of the page, it can be covered by the drop down popup menu, which makes typing difficult.
to reproduce (iframe not necessary, but easier to illustrate):
index.zul
<zk> <iframe width="250px" height="200px" src="./test.zul"> </iframe> </zk>
test.zul
<combobox width="200px" value="default value"> <comboitem label="one"/> <comboitem label="two"/> <comboitem label="three"/> <comboitem label="one"/> <comboitem label="two"/> <comboitem label="three"/> <comboitem label="one"/> <comboitem label="two"/> <comboitem label="three"/> <comboitem label="one"/> <comboitem label="two"/> <comboitem label="three"/> <comboitem label="one"/> <comboitem label="two"/> <comboitem label="three"/> <comboitem label="one"/> <comboitem label="two"/> <comboitem label="three"/> <comboitem label="one"/> <comboitem label="two"/> <comboitem label="three"/> </combobox>