-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.7, 7.0.5
-
Security Level: Jimmy
-
None
-
ZK 7.0.7
-
None
Reproducible sample in Firefox 38.0.1:
<zk> <label multiline="true"> Open the combobox twice, it is bug that the popup position is incorrect. </label> <zscript> List list = new ArrayList(); for (int i = 0; i < 100; i++) { list.add("item " + i); } ListModel model = new ListModelList(list); </zscript> <combobox model="${model}" style="position: absolute; top: 183.60000610351562px; left: 222.39999389648438px" /> </zk>
This sample is just to simulate the real case that the offsetTop value is float number.