{ "id": "165089", "key": "TIMOB-24250", "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": "17608", "name": "Release 6.1.0", "archived": false, "released": true, "releaseDate": "2017-05-26" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-01-10T21:30:51.000+0000", "created": "2016-12-21T10:40:30.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "16980", "description": "New V8", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-15" } ], "issuelinks": [], "assignee": { "name": "mchen", "key": "mchen", "displayName": "Maggie Chen", "active": true, "timeZone": "Asia/Singapore" }, "updated": "2017-01-10T22: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": "*Issue description:*\r\n\r\nGoogle has recently updated there keyboard to GBoard. I noticed that a text field which has the autocapitalization property set to Titanium.UI.TEXT_AUTOCAPITALIZATION_ALL is not working in android. Whereas this works fine with the previous of google keyboard.\r\n\r\n*Steps to reproduce*:\r\n1. Make sure your device's default Google Keyboard is updated to GBoard (New google keyboard) \r\n2. Create a project and add the test code provided below\r\n3. Test on any version of android above 4.4.x. \r\n4. See the auto-capitalization property not taking place.\r\n\r\n*Expected*: The typed text should automatically be capitalize\r\n*Actual*: Text doesn't capitalize\r\n\r\nTest code:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : 'white'\r\n});\r\n\r\nvar textField = Ti.UI.createTextField({\r\n\tborderStyle : Ti.UI.INPUT_BORDERSTYLE_ROUNDED,\r\n\tcolor : '#336699',\r\n\ttop : 10,\r\n\tleft : 10,\r\n\twidth : 250,\r\n\theight : 60,\r\n\tautocapitalization: Ti.UI.TEXT_AUTOCAPITALIZATION_ALL\r\n});\r\n\r\nwin.add(textField); \r\nwin.open();\r\n{code}\r\n\r\nRelated link: http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TextField-property-autocapitalization\r\n\r\nThanks\r\n", "attachment": [], "flagged": false, "summary": "Android: TextField AUTOCAPITALIZATION_ALL property doesn't work with googles new keyboard: GBoard", "creator": { "name": "jnaher", "key": "jnaher", "displayName": "Jebun Naher", "active": false, "timeZone": "Asia/Dhaka" }, "subtasks": [], "reporter": { "name": "jnaher", "key": "jnaher", "displayName": "Jebun Naher", "active": false, "timeZone": "Asia/Dhaka" }, "environment": "Operating System\r\n Name = Mac OS X\r\n Version = 10.11\r\n Architecture = 64bit\r\n CPUs = 4\r\n Memory = 8.0GB\r\n\r\nNode.js\r\n Node.js Version = 4.2.2\r\n npm Version = 2.14.7\r\n\r\nAppcelerator CLI\r\n Installer = 4.2.8\r\n Core Package = 6.1.0\r\n\r\nTitanium CLI\r\n CLI Version = 5.0.11\r\n node-appc Version = 0.2.39\r\n\r\nTitanium SDKs\r\n 5.5.1GA\r\n 6.0.0GA\r\n\r\nAndroid Device: HTC one with android version 4.4.3\r\n", "closedSprints": [ { "id": 787, "state": "closed", "name": "2017 Sprint 01 SDK", "startDate": "2016-12-31T02:15:33.446Z", "endDate": "2017-01-14T02:15:00.000Z", "completeDate": "2017-01-15T00:00:19.006Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "404406", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fix, with the test code provided in the description; was able to see auto capitalization on text which was being typed. \r\n\r\n*Environment*\r\n{code:java}\r\nAppcelerator Command-Line Interface, version 6.1.0\r\nNexus 6p (Android 7.1)\r\nOperating System Name: Mac OS X El Capitan\r\nOperating System Version: 10.11.6\r\nNode.js Version: 4.6.0\r\nnpm: 4.2.8\r\nTitanium SDK Version: 6.1.0.v20170110133045\r\nXcode: 8.2\r\nAppcelerator Studio: 4.8.1.201612050850\r\n{code}\r\n", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-01-10T22:40:48.000+0000", "updated": "2017-01-10T22:40:48.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }