{ "id": "136914", "key": "AC-1656", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2014-09-24T02:10:11.000+0000", "created": "2014-09-20T16:45:53.000+0000", "labels": [ "TCSupportTriage", "navigationGroup", "navigationWindow" ], "versions": [], "issuelinks": [], "assignee": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "updated": "2016-03-08T07:38:08.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": [], "description": "Since upgrading my sdk to titanium 3.0, when I open a new nav window from another window, it glitches up. I basically can see an empty window with the default back window, and then the screen renders.\r\n\r\nIn titanium SDK 3.2.3 it is all fine\r\n\r\n", "attachment": [ { "id": "51467", "filename": "Photo 20-09-2014 17 39 04.png", "author": { "name": "maveick2k", "key": "maveick2k", "displayName": "Samie Syed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-20T16:45:53.000+0000", "size": 62255, "mimeType": "image/png" } ], "flagged": false, "summary": "Navgation bar's glitchy in titanium SDK 3.3.0", "creator": { "name": "maveick2k", "key": "maveick2k", "displayName": "Samie Syed", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "maveick2k", "key": "maveick2k", "displayName": "Samie Syed", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium SDK 3.3.0, Iphone 4", "comment": { "comments": [ { "id": "325112", "author": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hello,\r\n\r\nWe tested this issue with this test case, but we didn’t reproduce it. It works as expected in this testing environment and test case.\r\n\r\nh3.Testing Environment: \r\nTitanium SDK: 3.3.0.GA\r\nTitanium CLI: 3.4.0-rc,\r\niOS SDK:7.1\r\nOS X Version: 10.9.4,\r\nAppcelerator Studio: 3.4.0\r\n\r\n{code:title=app.js}\r\nvar win1 = Titanium.UI.createWindow({\r\n\tbackgroundColor : 'red',\r\n\ttitle : 'Red Window'\r\n});\r\nvar navWin = Titanium.UI.iOS.createNavigationWindow({\r\n\twindow : win1\r\n});\r\n\r\nvar button = Ti.UI.createButton({\r\n\ttitle : 'Open Win!'\r\n});\r\nbutton.addEventListener('click', function(e) {\r\n\tnavWin.openWindow(win2);\r\n});\r\n\r\nwin1.add(button);\r\n\r\nvar win2 = Ti.UI.createWindow({\r\n\ttitle : 'Gray Window',\r\n\tbackgroundColor : 'gray'\r\n});\r\n\r\nvar button1 = Ti.UI.createButton({\r\n\ttitle : 'Open Win!'\r\n});\r\nbutton1.addEventListener('click', function(e) {\r\n\tnavWin.openWindow(win3);\r\n});\r\n\r\nwin2.add(button1);\r\n\r\nvar win3 = Ti.UI.createWindow({\r\n\ttitle : 'Blue Window',\r\n\tbackgroundColor : 'blue'\r\n});\r\n\r\nnavWin.open();\r\n\r\n\r\n{code}\r\n\r\nThanks.", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2014-09-23T09:20:07.000+0000", "updated": "2014-09-24T02:09:31.000+0000" }, { "id": "325332", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "We will reopen this if the customer provides a working testcase. A base testcase is provided. ", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2014-09-24T02:10:11.000+0000", "updated": "2014-09-24T02:10:11.000+0000" }, { "id": "325338", "author": { "name": "maveick2k", "key": "maveick2k", "displayName": "Samie Syed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi, thanks for that.\r\n\r\nTo reproduce the problem , can you please test it on a device. Iphone 4.\r\n\r\nOn a simulator it runs fine, but on my iphone the bug appears.", "updateAuthor": { "name": "maveick2k", "key": "maveick2k", "displayName": "Samie Syed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-24T02:22:15.000+0000", "updated": "2014-09-24T02:22:15.000+0000" }, { "id": "325354", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "[~mrahman]: Can you please report in which device did you tested? ", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2014-09-24T03:13:26.000+0000", "updated": "2014-09-24T03:13:26.000+0000" }, { "id": "325482", "author": { "name": "maveick2k", "key": "maveick2k", "displayName": "Samie Syed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi, I tested it on an IPhone 4 16GB.", "updateAuthor": { "name": "maveick2k", "key": "maveick2k", "displayName": "Samie Syed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-24T18:49:26.000+0000", "updated": "2014-09-24T18:49:26.000+0000" }, { "id": "325483", "author": { "name": "maveick2k", "key": "maveick2k", "displayName": "Samie Syed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "And just so you guys are aware,my project is a Titanium Alloy project.", "updateAuthor": { "name": "maveick2k", "key": "maveick2k", "displayName": "Samie Syed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-24T18:58:34.000+0000", "updated": "2014-09-24T18:58:34.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }