{ "id": "171034", "key": "AC-5570", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2018-03-16T21:57:39.000+0000", "created": "2018-02-06T05:46:21.000+0000", "labels": [], "versions": [ { "id": "17032", "name": "Appcelerator Studio 4.3.0", "archived": false, "released": false } ], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2018-03-16T21:57:40.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "Textfeilds are not working on some the android device as expected. A keyboard is not coming up and as developer we are not able to trace out focus event is fired or not.\r\nTested on \r\nNexus 6P( Android - 8.0)\r\nSamsung S4( Android- 5.0.1)\r\n\r\n\r\n\r\nvar window = Ti.UI.createWindow();\r\nvar productLabelOuterView = Ti.UI.createView({\r\n\twidth : \"90%\",\r\n\theight : \"60dp\",\r\n\tbackgroundColor : \"yellow\"\r\n});\r\n\r\nvar productLabel = Ti.UI.createLabel({\r\n\theight : \"80%\",\r\n\tleft : \"2%\",\r\n\tright : \"48%\",\r\n\tfont : {\r\n\t\tfontSize : \"14dp\",\r\n\t\tfontFamily : \"Metropolis-Regular\"\r\n\t},\r\n\tcolor : \"#333333\",\r\n\ttext : \"test\",\r\n});\r\n\r\nvar valueTextField = Ti.UI.createTextField({\r\n\theight : \"80%\",\r\n\tleft : \"50%\",\r\n\tright : \"7dp\",\r\n\tcolor : \"#666666\",\r\n\tfont : {\r\n\t\tfontFamily : \"Metropolis-Regular\",\r\n\t\tfontSize : \"13dp\"\r\n\t},\r\n\ttextAlign : \"right\",\r\n\tautocorrect : false,\r\n\tbackgroundColor : \"transparent\",\r\n\tkeyboardType : Titanium.UI.KEYBOARD_TYPE_DECIMAL_PAD,\r\n\treturnKeyType : Titanium.UI.RETURNKEY_NEXT,\r\n\thintText : \"enter value\",\r\n\thintTextColor : \"#888888\",\r\n\tbackgroundColor : \"red\"\r\n\r\n});\r\n\r\nproductLabelOuterView.add(productLabel);\r\nproductLabelOuterView.add(valueTextField);\r\nwindow.add(productLabelOuterView);\r\nwindow.open();", "attachment": [], "flagged": false, "summary": "TextFeild in Scrollview / View not working as expected in some of Andorid versions", "creator": { "name": "bpawar", "key": "bpawar", "displayName": "Bhushankumar pawar", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "bpawar", "key": "bpawar", "displayName": "Bhushankumar pawar", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK 6.3.0 GA ", "comment": { "comments": [ { "id": "434087", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hello [~bpawar],\r\nThanks for sharing with us. Can you please use latest SDK 7.0.1.GA and let us know how it goes.", "updateAuthor": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2018-02-06T11:24:56.000+0000", "updated": "2018-02-06T11:24:56.000+0000" }, { "id": "434453", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hello [~bpawar], Just passing a followup here.Are you able to get that sorted out?  Please let us know if you need more help with this issue.\r\nRegards
Axway Appcelerator Support\r\n", "updateAuthor": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2018-02-14T08:50:36.000+0000", "updated": "2018-02-14T08:50:36.000+0000" }, { "id": "434602", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, Get back to us on SDK 7.0.1.GA test result, Explaining the expected behavior and the received one. Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2018-02-17T21:32:32.000+0000", "updated": "2018-02-17T21:32:32.000+0000" }, { "id": "434718", "author": { "name": "inzori", "key": "inzori", "displayName": "Fabian Martinez", "active": true, "timeZone": "America/Montevideo" }, "body": "I'm having the same issue with Ti 6.3.0.GA on some Android devices, but it is not OS version dependent. \r\nIt works fine on 5.0.1 Huawei device but doesn't work on a 5.0.1 Samsung J2 Prime.\r\n\r\nIt seems that the textfield is not getting the touch when you tap on the screen.\r\nI see this on the console every time I tap a textfield and it doesn't get focus:\r\n\r\n[INFO] I/InputDispatcher( 2006): Delivering touch to : action: 0x0, toolType: 1\r\n\r\nI can confirm that it does work on Ti 7.0.2 on the devices I could test.\r\n\r\nIt'd be great to have a workaround for 6.3.0.\r\nThanks\r\n", "updateAuthor": { "name": "inzori", "key": "inzori", "displayName": "Fabian Martinez", "active": true, "timeZone": "America/Montevideo" }, "created": "2018-02-21T19:33:38.000+0000", "updated": "2018-02-21T19:33:38.000+0000" }, { "id": "434728", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, If this works on the latest version, Your best bet is to build the app with the latest version. Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2018-02-21T20:48:21.000+0000", "updated": "2018-02-21T20:48:21.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }