-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
8.6.3.1
-
iOS 14
Steps to Reproduce
iOS only.
<zk> <zscript> org.zkoss.lang.Library.setProperty("org.zkoss.zkmax.tablet.ui.disabled", "true"); </zscript> <div height="150vh"></div> <combobox autodrop="true" autocomplete="false"> </combobox> </zk>
Type something in the Combobox.
Current Result
The vertical scroll position keeps jumping.
Expected Result
The vertical scroll position won't change.
Debug Information
Workaround
Turn off autodrop
- relates to
-
ZK-1900 Auto-complete Combobox in the bottom of the browser doesn't sync dropdown position well
- Closed