{ "id": "136208", "key": "TIMOB-18501", "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": "2014-09-08T06:51:07.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "TCSupportTriage" ], "versions": [ { "id": "16704", "description": "Release 3.5.0", "name": "Release 3.5.0", "archived": false, "released": true, "releaseDate": "2015-01-13" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T19:54:58.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": "h4. Problem Description\r\nOpen NavWindow with FLIP_FROM_LEFT produces a little jump.\r\n\r\nh4. Steps to reproduce\r\n1. Create a new mobile project\r\n2. Add this to app.js\r\n{code}var firstWindow = Ti.UI.createWindow({\r\n\tbackgroundColor : \"white\",\r\n\ttitle:'First Window'\r\n\t\r\n});\r\nvar firstWindow = Ti.UI.iOS.createNavigationWindow({\r\n\tbackgroundColor: 'blue',\r\n\twindow : firstWindow\r\n});\r\nvar openLabel = Ti.UI.createLabel({\r\n\ttext : 'Open window'\r\n});\r\nopenLabel.addEventListener('click', function() {\r\n\tnavWindow.open({\r\n\t\ttransition : Ti.UI.iPhone.AnimationStyle.FLIP_FROM_LEFT\r\n\t});\r\n});\r\nfirstWindow.add(openLabel);\r\n\r\nvar secondWindow = Ti.UI.createWindow({\r\n\tbackgroundColor: 'white',\r\n\ttitle : 'Second Window',\r\n});\r\nvar closeButton = Ti.UI.createButton({\r\n\ttitle : 'Close'\r\n});\r\ncloseButton.addEventListener('click', function(e) {\r\n\tnavWindow.close({\r\n\t\ttransition : Ti.UI.iPhone.AnimationStyle.FLIP_FROM_LEFT\r\n\t});\r\n});\r\nsecondWindow.setLeftNavButton(closeButton);\r\nvar navWindow = Ti.UI.iOS.createNavigationWindow({\r\n\tbackgroundColor: 'red',\r\n\twindow : secondWindow\r\n});\r\nfirstWindow.open();{code}\r\n3. Run it in a device. \r\n\r\nh4. Actual Results \r\nThe Navigationbar and title jumps when opened Second window.\r\n", "attachment": [ { "id": "51036", "filename": "index.js", "author": { "name": "thomas.neerup@eg.dk", "key": "thomas.neerup@eg.dk", "displayName": "Thomas Neerup", "active": true, "timeZone": "Europe/Copenhagen" }, "created": "2014-09-08T06:51:08.000+0000", "size": 757, "mimeType": "application/javascript" } ], "flagged": false, "summary": "iOS: Open NavigationWindow with FLIP_FROM_LEFT transition makes title jump", "creator": { "name": "thomas.neerup@eg.dk", "key": "thomas.neerup@eg.dk", "displayName": "Thomas Neerup", "active": true, "timeZone": "Europe/Copenhagen" }, "subtasks": [], "reporter": { "name": "thomas.neerup@eg.dk", "key": "thomas.neerup@eg.dk", "displayName": "Thomas Neerup", "active": true, "timeZone": "Europe/Copenhagen" }, "environment": "Titanium SDK: 3.3.0.GA and 3.2.3.GA\r\n Titanium CLI: 3.3.0\r\n OS X Version: 10.9.3\r\n iOS Simulator: 7.1", "comment": { "comments": [], "maxResults": 1, "total": 1, "startAt": 0 } } }