-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.0
-
Security Level: Jimmy
-
iPad 3 ZK 6.5FL
-
None
<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