[TIMOB-11877] Kitchen Sink: Text Area - the soft keyboard cannot be dismissed on iPhone
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-03-22T17:36:50.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | kicthensink, qe-ios100112 |
Reporter | Olga Romero |
Assignee | Ingo Muschenetz |
Created | 2012-11-28T01:02:13.000+0000 |
Updated | 2014-06-19T12:43:16.000+0000 |
Description
Description:
The soft keyboard cannot be dismissed from the screen of the iPhone.
It is not a regression, occurs in 2.1.4 and 2.1.3
Test steps:
1. Run KS> Controls> Text Area> Basic
2. Focus a keyboard
3. Try to dismiss
Actual result:
The keyboard cannot be dismissed
Expected:
Should be able to dismiss it w/o tap on Blur button
Attachments
The problem cannot reproduced with release 3.1.0 and keyboard can be dismiss by tap on Blur button, but only part of button is visible, so user get difficult to tap on it(see screen shot). Titanium Studio, build: 3.0.1.201212181159 Titanium SDK version: 3.1.0 Titanium SDK version: 3.0.2 iOS iPhone Simulator: iOS SDK version: 6.0
You can control this situation in API by setting suppressReturn:true In this case the keyboard can be dismissed by pressing return button. Marking this issue as invalid and closing.