-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.5
-
Security Level: Jimmy
-
None
-
Safari on iPad Air (iOS 8.1)
-
ZK 7.0.7
-
None
Steps to reproduce:
1. Place iPad in landscape orientation
2. Open the sample zul page in Safari
3. Tap on the text field of combobox
-> soft keyboard should be displayed
4. Tap on the button of combobox
-> Issue: combobox popup is scrolled to the top. Comboitems are hidden outside the viewport, and unable to be selected
Reproducing sampe:
test.zul
<vlayout> <separator spacing="100px"></separator> <combobox> <comboitem label="Comboitem 1" /> <comboitem label="Comboitem 2" /> <comboitem label="Comboitem 3" /> </combobox> </vlayout>