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

input component focus in modal window causes virtual keyboard to show up and down on iPad

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.0
    • 6.5.0
    • Components
    • Security Level: Jimmy
    • iPad 3 ZK 6.5FL

      <window id="subWin" mode="modal" width="500px" height="500px"
      	closable="true" title="Wizard" border="normal">
      	<groupbox>
      		<caption>Wizard</caption>
      		<vlayout>
      			<textbox value="Enter value"></textbox>
      			<combobox>
      				<comboitem label="United Nations (UN)" />
      				<comboitem label="North America (NA)" />
      			</combobox>
      		</vlayout>
      	</groupbox>
      </window>
      

      Steps to reproduce
      1. Select some value in the combobox
      2. Touch outside the modal window (this will remove the focus from combobox)
      3. Tocuch outside the modal window again.
      Expected:
      Not sure what is the best way to handle this. Either the virtual keyboard should displayed instead of slide up and immediately down or focus shouldn't be set to input component so the virtual keyboard doesn't show up.
      Actual:
      Virtual keyboard slides up and immediately down while focus stays on the first input component

            vincentjian vincentjian
            ashishd ashishd
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: