Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-4980

The vertical scroll position jumps while typing in an autodrop Combobox in iOS

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 8.6.3.1
    • Components
    • 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

            Unassigned Unassigned
            rudyhuang rudyhuang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: