{ "id": "123204", "key": "TIMOB-15891", "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": null, "resolutiondate": null, "created": "2013-12-04T11:25:12.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "inset", "tableview", "textfield" ], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:20.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [], "description": "- TableView has no inset so in the application that I provided below you can't see any red space on the top of the TableView or in the bottom. (You can also try to set smaller inset it is not working as well)\r\n- If you tap on some TextField (Focus it), TableView will have default inset (This is not really problem), but if you close the keyboard inset is still there... (You can see big red space on the top/in the bottom).\r\n\r\n\r\n*index.js*\r\n{code:javascript}\r\n$.win.open();\r\n{code}\r\n\r\n*index.tss*\r\n{code:javascript}\r\n\"Window\":{\r\n\tbackgroundColor: \"white\"\r\n}\r\n\r\n\"TableView\":{\r\n\twidth: Ti.UI.FILL, height: Ti.UI.FILL,\r\n\tbackgroundColor: \"red\",\r\n\tstyle: Ti.UI.iPhone.TableViewStyle.GROUPED,\r\n\tcontentInsets: {top: -35, bottom: -35}\r\n}\r\n\r\n\"TableViewRow\":{\r\n\twidth: Ti.UI.FILL, height: Ti.UI.FILL\r\n}\r\n\r\n\"TextField\":{\r\n\twidth: Ti.UI.FILL, height: Ti.UI.FILL,\r\n\tbackgroundColor: \"#CCCCCC\"\r\n}\r\n{code}\r\n\r\n*index.xml*\r\n{code:xml}\r\n\r\n \r\n \t\r\n\t \t\r\n\t \t\t\r\n\t \t\t\t\r\n\t \t\t\r\n\t \t\t\r\n\t \t\t\r\n\t \t\t\t\r\n\t \t\t\r\n\t \t\t\r\n\t \t\t\r\n\t \t\t\t\r\n\t \t\t\r\n\t \t\t\r\n\t \t\t\r\n\t \t\t\t\r\n\t \t\t\r\n\t \t\t\r\n\t \t\t\r\n\t \t\t\t\r\n\t \t\t\r\n\t \t\t\r\n\t \t\t\r\n\t \t\t\t\r\n\t \t\t\r\n\t \t\r\n \t\r\n \r\n\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: TableView doesn't keep its contentInsets", "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": "3.1.3.GA / 3.2.0.v20131127194046", "comment": { "comments": [ { "id": "296811", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "We don't have enough bandwidth in 3.2.3, so saving this for 3.3.0.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-03-12T17:20:50.000+0000", "updated": "2014-03-12T17:20:50.000+0000" }, { "id": "301859", "body": "This issue was previously scheduled to be worked on in more than one sprint:\r\n* 'Release 3.1.2' (on board '3.1.X Triage')\r\n* 'Release 3.0.1/TS 3.0.2' (on board '3.1.0 Triage')\r\n* 'Release 3.2.3' (on board '3.2.X Triage')\r\n\r\nStarting from JIRA Agile 6.3, an issue can only belong to a single future sprint. Read more about this change: http://docs.atlassian.com/agile/docs-0630/Sprint+Marker+Migration\r\n\r\nThis issue is now scheduled for future sprint 'Release 3.1.2' (on board '3.1.X Triage').\r\n\r\nIf this is incorrect, please update the issue accordingly.\r\n\r\nThis comment was automatically generated by JIRA. If it is no longer relevant, please feel free to delete it.", "created": "2014-04-21T15:32:17.000+0000", "updated": "2014-04-21T15:32:17.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }