{ "id": "120189", "key": "TIMOB-15287", "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-09-19T04:23:01.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [], "issuelinks": [ { "id": "40861", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "127603", "key": "TIMOB-16622", "fields": { "summary": "iOS: ListView with SearchBar under NavigationWindow with extendEdges fails to position properly.", "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" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": null, "updated": "2018-02-28T20:03:22.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": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Without searchBar in TableView, the property is respected.\r\n\r\n{code}\r\nvar navWinAdd = Ti.UI.iOS.createNavigationWindow({\r\n modal: true\r\n});\r\n\r\nvar self = Ti.UI.createWindow({\r\n autoAdjustScrollViewInsets: true,\r\n extendEdges: [Ti.UI.EXTEND_EDGE_TOP],\r\n title: \"Models\"\r\n});\r\nnavWinAdd.setWindow(self);\r\n\r\nvar searchBar = Ti.UI.createSearchBar({\r\n hintText: \"Search\"\r\n});\r\n\r\nvar tableView = Ti.UI.createTableView({\r\n top: 64,\r\n search: searchBar\r\n});\r\nself.add(tableView);\r\n\r\nnavWinAdd.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS7: TableView with SearchBar does not respect autoAdjustScrollViewInsets Window property", "creator": { "name": "rafaelks", "key": "rafaelks", "displayName": "Rafael Kellermann Streit", "active": true, "timeZone": "America/Sao_Paulo" }, "subtasks": [], "reporter": { "name": "rafaelks", "key": "rafaelks", "displayName": "Rafael Kellermann Streit", "active": true, "timeZone": "America/Sao_Paulo" }, "environment": "Ti SDK 3.1.3.GA, iOS 7 - iPhone 3.5-inch", "comment": { "comments": [ { "id": "275493", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Moving into 3.2.1 due to lack of remaining bandwidth for 3.2.0", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-17T20:35:58.000+0000", "updated": "2013-10-17T20:35:58.000+0000" }, { "id": "303186", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Unfortunately out of time for 3.3.0. Bumping to 3.3.1.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-05-01T17:28:39.000+0000", "updated": "2014-05-01T17:28:39.000+0000" }, { "id": "318604", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces \r\nTitanium Command-Line Interface, \r\nCLI version 3.3.0, \r\nTitanium SDK version 3.3.0.GA \r\niOS SDK: 7.1 \r\niOS iPhone Simulator: 7.1", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-08-14T05:04:57.000+0000", "updated": "2014-08-14T11:20:47.000+0000" }, { "id": "321173", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~shameerj] can you give me a screenshot of this for me to take a look? thanks.", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-09-01T03:39:38.000+0000", "updated": "2014-09-01T03:39:38.000+0000" } ], "maxResults": 10, "total": 10, "startAt": 0 } } }