{ "id": "169871", "key": "TIMOB-25334", "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": "19906", "description": "", "name": "Release 6.3.0", "archived": false, "released": true, "releaseDate": "2017-11-01" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-09-26T06:36:27.000+0000", "created": "2017-09-22T19:43:12.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "18414", "description": "", "name": "Release 6.2.0", "archived": false, "released": true, "releaseDate": "2017-09-13" } ], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2017-09-26T20:47:56.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": "When using iOS 11, the tableview scrolls up a bit when opening from or to a navigation-controller window:\r\n\r\n{code:js}\r\n\r\nvar btn = Ti.UI.createButton({\r\n title: 'Trigger'\r\n});\r\n\r\nvar win = Ti.UI.createWindow({\r\n rightNavButton: btn\r\n});\r\n\r\nvar nav = Ti.UI.iOS.createNavigationWindow({\r\n window: win\r\n});\r\n\r\nbtn.addEventListener('click', function() {\r\n var win2 = Ti.UI.createWindow({\r\n backgroundColor: 'red'\r\n });\r\n \r\n win2.add(Ti.UI.createListView());\r\n nav.openWindow(win2);\r\n});\r\n\r\nwin.add(Ti.UI.createListView());\r\nnav.open();\r\n{code}\r\n\r\nAlso reproducible in the kitchensink-v2.\r\n\r\nThe behavior and suggested fix is described [here|https://forums.developer.apple.com/thread/87334].", "attachment": [], "flagged": false, "summary": "iOS 11: TableViews are sliding up when opening from navigation-window", "creator": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "428351", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/9471\r\n\r\nTest-Case: See above", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-09-22T20:05:17.000+0000", "updated": "2017-09-22T20:05:17.000+0000" }, { "id": "428391", "author": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~hknoechel] Please create PR for master as well. Thanks!", "updateAuthor": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-09-25T03:43:36.000+0000", "updated": "2017-09-25T03:43:36.000+0000" }, { "id": "428394", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "[~vijaysingh] There was one already, forgot to link :-) : https://github.com/appcelerator/titanium_mobile/pull/9470", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-09-25T06:05:43.000+0000", "updated": "2017-09-25T06:05:43.000+0000" }, { "id": "428494", "author": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified in SDK builds 6.3.0.v20170925234416 & 7.0.0.v20170926122808", "updateAuthor": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-09-26T20:47:56.000+0000", "updated": "2017-09-26T20:47:56.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }