{ "id": "106152", "key": "TIMOB-13439", "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": [], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2017-06-12T19:02:18.000+0000", "created": "2012-12-07T15:49:07.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "14137", "description": "Release 2.1.3", "name": "Release 2.1.3", "archived": true, "released": true, "releaseDate": "2012-10-03" }, { "id": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-12T19:02:18.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Steps to reproduce:\r\n1. Create following window and open it\r\n{code}\r\nfunction ApplicationWindow() {\r\n\tvar self = Ti.UI.createWindow({\r\n\t\tbackgroundColor : '#ffffff'\r\n\t});\r\n\tvar data = [];\r\n\tfor (var i = 0; i < 20; i++) {\r\n\t\tvar row = Ti.UI.createTableViewRow();\r\n\t\tvar textField = Ti.UI.createTextField({\r\n\t\t\tkeyboardToolbar : [Ti.UI.createButton({\r\n\t\t\t\tsystemButton : Ti.UI.iPhone.SystemButton.DONE\r\n\t\t\t})],\r\n\t\t\twidth : 200,\r\n\t\t\theight : 50,\r\n\t\t\tbackgroundColor : 'red'\r\n\t\t});\r\n\t\trow.add(textField);\r\n\t\tdata.push(row);\r\n\t}\r\n\tvar table = Ti.UI.createTableView({\r\n\t\tdata : data\r\n\t});\r\n\tself.add(table);\r\n\treturn self;\r\n}\r\nmodule.exports = ApplicationWindow;\r\n{code}\r\n\r\n2. Click on a textfield (so that virtual keyboard with toolbar shows up)\r\n3. Click on the \"return\" button of the keyboard to hide keyboard and toolbar\r\n4. Scroll to the end of the tableview\r\n\r\nAs you can see at the end of the tableview is a transparent empty block of the height of the keyboard toolbar which looks very \"unclean\"", "attachment": [], "flagged": false, "summary": "iOS: UI.TableViewRow with UI.TextField which uses a keyboardTool not displaying correctly", "creator": { "name": "hannes@party-is-on.de", "key": "hannes@party-is-on.de", "displayName": "Hannes Becker", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "hannes@party-is-on.de", "key": "hannes@party-is-on.de", "displayName": "Hannes Becker", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Ti SDK 2.1.3, 3.0.2, 3.1 CI", "comment": { "comments": [ { "id": "246164", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Good catch. Tested and confirmed on iOS 6 simulator with 3.0.2 GA and latest 3.1 CI.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-06T18:20:57.000+0000", "updated": "2013-04-06T18:20:57.000+0000" }, { "id": "421773", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing this ticket as the issue cannot be reproduced with the following environment; \r\niPhone 7 (10.2)\r\nMacOS 10.11.6 (15G31)\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1.v20170606103146\r\nAppc NPM 4.2.9\r\nAppc CLI 6.2.1\r\nTi CLI 5.0.13\r\nAlloy 1.9.11\r\nArrow 2.0.0\r\nXcode 8.2 (8C38)\r\nNode v4.8.2\r\nJava 1.8.0_131", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-12T19:02:18.000+0000", "updated": "2017-06-12T19:02:18.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }