-
Bug
-
Resolution: Fixed
-
Normal
-
6.0.2, 6.5.0, Freshly
-
Security Level: Jimmy
-
None
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