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

Modal window position issue with virtual keyboard on ipad

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.0, 6.0.3
    • 6.0.2, 6.5.0, Freshly
    • Components
    • Security Level: Jimmy

      Test Case

      <window mode="modal" width="500px" height="500px">
      	<borderlayout>
      		<north>
      			<groupbox>
      				<caption>
                          Basics
                      </caption>
      				<grid>
          <columns>
              <column label="Left"/>
              <column label="Right"/>
          </columns>
          <rows>
              <row>
                  <label value="Item 1.1"/><label value="Item 1.2"/>
              </row>
              <row>
                  <label value="Item 2.1"/><label value="Item 2.2"/>
              </row>
          </rows>
      </grid>
      				
      			</groupbox>
      		</north>
      		<center></center>
      		<south>
      		<textbox></textbox>
      		</south>
      	</borderlayout>
      </window>
      

      Steps to reproduce
      Step 1. set focus on the textbox at the bottom of modal window. (this will bring the virtual keyboard up and slide the modal window upward)
      Step 2. dismiss the virtual keyboard (this will make the virtual keyboard slide down)

      Expected: modal window slides back dwon to its original position
      Actual: modal window doesn't slide back

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

              Created:
              Updated:
              Resolved: