{ "id": "170359", "key": "TIMOB-25525", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "17609", "description": "", "name": "Release 7.0.0", "archived": false, "released": true, "releaseDate": "2017-12-07" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-11-17T20:39:18.000+0000", "created": "2017-11-17T02:35:59.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "TextArea", "TextField", "android", "internal", "qe-7.0.0" ], "versions": [ { "id": "17609", "description": "", "name": "Release 7.0.0", "archived": false, "released": true, "releaseDate": "2017-12-07" } ], "issuelinks": [], "assignee": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-11-20T21:41:26.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h5.Steps to reproduce:\r\n1. Use the code below in your app.js:\r\n{code}\r\nvar win = Ti.UI.createWindow({backgroundColor : 'gray', layout: 'vertical'});\r\nvar tf = Ti.UI.createTextField({\r\n\tvalue: 'aSDAsdasDASDasdasDasdaS',\r\n\twidth: Ti.UI.SIZE\r\n});\r\n\r\nvar tf1 = Ti.UI.createTextField({\r\n\ttop: 40,\r\n\tvalue: 'aSDAsdasDASDasdasDasdaS',\r\n\twidth: Ti.UI.SIZE\r\n});\r\nwin.add(tf);\r\nwin.add(tf1);\r\nwin.open();\r\n{code}\r\n2. Build for android device/emulator.\r\n3. Let the app launch.\r\n4. You will see 2 textfields with value.\r\n5. Click on the 2nd textfield.\r\n\r\nh5.Actual Result:\r\n1. Notice that the second textfield does not get the focus. You can see the cursor for a second & disappear.\r\n3. Clicking again on the 2nd textfield get the focus.\r\n2. Clicking on the first textfield gets the focus & the soft keyboard pops up.\r\n\r\nh5.Expected Results:\r\n1. Each textfields should get the focus clicking the first time.", "attachment": [], "flagged": false, "summary": "Android: Textfield focus issue with multiple textfields", "creator": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Studio Ver: 5.0.0.201711161920\r\nSDK Ver: 7.0.0.v20171116132144\r\nOS Ver: 10.12.3\r\nXcode Ver: Xcode 8.3.3\r\nAppc NPM: 4.2.11-2\r\nAppc CLI: 7.0.0-master.27\r\nTi CLI Ver: 5.0.14\r\nAlloy Ver: 1.10.9\r\nNode Ver: 8.9.1\r\nJava Ver: 1.8.0_101\r\nDevices: ⇨ google Pixel --- Android 7.1.1\r\n ⇨ google Nexus 5 --- Android 6.0.1", "comment": { "comments": [ { "id": "430896", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This bug can happen with TextAreas too.\r\n\r\nThis is a regression that was introduced in 7.0.0 before the release candidate. (Was never introduced to customers.)", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-11-17T03:25:38.000+0000", "updated": "2017-11-17T03:25:38.000+0000" }, { "id": "430897", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR (master): https://github.com/appcelerator/titanium_mobile/pull/9614", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-11-17T03:34:47.000+0000", "updated": "2017-11-17T03:34:47.000+0000" }, { "id": "431059", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix in SDK 7.0.0.v20171117152921.\r\nClosing.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-11-20T21:41:09.000+0000", "updated": "2017-11-20T21:41:09.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }