{ "id": "116675", "key": "TIMOB-14485", "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-13T22:47:09.000+0000", "created": "2013-06-30T21:23:24.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "hide", "keyboard", "tableview", "tableviewrow" ], "versions": [ { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-13T22:47:09.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": "*Problem*\r\nThe keyboard hides the last row in a TableView when the table has less than 10 rows. It is a big problem if last row is button.\r\n\r\n*Test case*\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow();\r\nvar table = Ti.UI.createTableView({\r\n\tstyle : Ti.UI.iPhone.TableViewStyle.GROUPED\r\n});\r\nvar data = [];\r\n\r\nfor (var i = 0; i < 8; i++)// i<10 is working\r\n{\r\n\tvar row = Ti.UI.createTableViewRow({\r\n\t\twidth : Ti.UI.FILL,\r\n\t\theight : Ti.UI.FILL\r\n\t});\r\n\tvar tField = Ti.UI.createTextField({\r\n\t\twidth : Ti.UI.FILL,\r\n\t\theight : \"100%\"\r\n\t});\r\n\r\n\trow.add(tField);\r\n\tdata.push(row);\r\n}\r\n\r\ntable.data = data;\r\n\r\nwin.add(table);\r\nwin.open();\r\n{code} ", "attachment": [ { "id": "40416", "filename": "ios_issue.png", "author": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-30T21:23:25.000+0000", "size": 201696, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Keyboard hides last row in a TableView with less than 10 rows", "creator": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Macbook Pro, OSX 10.7.5, iOS Simulator v. 6.0 (369.2). Ti: 3.1 GA", "comment": { "comments": [ { "id": "260810", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and confirmed on iOS 6 simulator with Ti SDK 3.1.1 GA.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-03T20:43:12.000+0000", "updated": "2013-07-03T20:43:12.000+0000" }, { "id": "421909", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I am unable to reproduce this issue with the following environment;\r\niPhone 7 (10.2)\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1.v20170609091155\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-13T22:47:09.000+0000", "updated": "2017-06-13T22:47:09.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }