[TIMOB-25911] Android : Return event of TextField with Ti.UI.RETURNKEY_SEARCH returnKeyType is not working 7.1.0.GA
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2018-03-28T19:48:44.000+0000 |
Affected Version/s | Release 7.1.0 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Aminul Islam |
Assignee | Unknown |
Created | 2018-03-28T14:24:55.000+0000 |
Updated | 2018-08-06T17:41:09.000+0000 |
Description
Hi,
We are having issues with return event of TextField in SDK 7.1.0.GA in Android. If the returnKeyType of the TextField is "Ti.UI.RETURNKEY_SEARCH", return even is not being triggered. Whereas if the returnKeyType is removed, it is working as expected.
This was working in SDK 6.2.2.GA but not in 7.1.0.GA.
Steps to reproduce:
1. Run the attached project - TestTextField in Android.
2. Click on the TextField in the screen and keyboard will appear.
3. Tap on the search button in the keyboard. Log message in its 'return' event will not be printed in console.
4. Repeat the above steps after removing "returnType" of the TextField. Log message('return clicked') will be printed in console
PFA the environment details - tiInfo.rtf
Please let us know if any additional information is required.
Thanks,
Attachments
This is handled in TIMOB-25671 as part of 7.1.1 already. It is also merged already, so it can be used with
appc ti sdk install -b 7_1_X)
today and will also be part of the GA coming soon.Closing as a duplicate. If this is in error, please reopen.