[TIMOB-9680] Android: Textfield: The focus on textfield does not happen through textfield focus method
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2017-11-16T19:30:21.000+0000 |
| Affected Version/s | Release 2.1.0, Release 3.1.0 |
| Fix Version/s | Release 7.0.0 |
| Components | Android |
| Labels | api, qe-and060112 |
| Reporter | Satyam Sekhri |
| Assignee | Maggie Chen |
| Created | 2012-06-20T22:23:23.000+0000 |
| Updated | 2018-06-29T20:55:52.000+0000 |
Description
The focus method on the textfield does not get focus on the textfield.
Not a regression. This also occurs on 2.0.2
Steps to Reproduce:
1. Open Kitchen Application
2. Go to Control -> Textfield -> Events
3. Click on blur button
4. Click on Focus button
Actual: The focus on the text field does not happen
Expected: The text field should get focus on click of focus button
The problem reproduce with release 3.0.2 and master release 3.1.0 Titanium Studio, build: 3.0.1.201212181159 Titanium SDK version: 3.1.0 Titanium SDK version: 3.0.2 Device: Samsung galaxy s duos Android version: 4.0.4
Any idea when this bug will be fixed? Seems like this bug will occur if you use a customize ui where you need to focus on textfield if you press certain buttons. Thanks
PR https://github.com/appcelerator/titanium_mobile/pull/9014
FR Passed. Waiting for merge to get enabled.
PR (master): https://github.com/appcelerator/titanium_mobile/pull/9607 _Note:_ Previous PR's remote branch appears to have been deleted. A new PR/branch needed to be created to finish this fix.
PR https://github.com/appcelerator/titanium_mobile/pull/9014 was closed due to conflict issues. New master PR : https://github.com/appcelerator/titanium_mobile/pull/9607 FR Passed for new PR. Waiting for merge to get enabled.
PR Merged.
Verified the fix in SDK 7.0.0.v20171116132144. Closing.