{ "id": "112290", "key": "TIMOB-13420", "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": "15400", "description": "2013 Sprint 08 API", "name": "2013 Sprint 08 API", "archived": true, "released": true, "releaseDate": "2013-04-22" }, { "id": "15106", "description": "2013 Sprint 08", "name": "2013 Sprint 08", "archived": true, "released": true, "releaseDate": "2013-04-22" }, { "id": "15479", "description": "Release 3.1.2", "name": "Release 3.1.2", "archived": true, "released": true, "releaseDate": "2013-07-31" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-04-17T23:57:01.000+0000", "created": "2013-04-05T22:35:06.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "KitchenSink", "navbar", "qe-3.1.0", "qe-closed-3.1.2", "qe-testadded" ], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:43:05.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": "Test steps:\r\n1. Run KS> Base UI> Window NavBar\r\n2. Press Title Prompt button\r\n3. Press Title Control\r\n4. Rotate device \r\n\r\nActual result:\r\nThe switch is moving up (see attachments)\r\nExpected result:\r\nThe switch should not move", "attachment": [ { "id": "37099", "filename": "afterrotation.png", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-05T22:35:06.000+0000", "size": 156417, "mimeType": "image/png" }, { "id": "37098", "filename": "beforerotation.png", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-05T22:35:06.000+0000", "size": 157249, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Window NavBar - the switch is moving up after device rotation", "creator": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Appcelerator Studio, build: 3.1.0.201304022134\r\nTitanium SDK, build: 3.1.0.v20130404173046\r\nDevices:\r\niPad 4 iOS 6.1.3\r\niPhone5 iOS 6.1.3\r\nKS master branch", "comment": { "comments": [ { "id": "246229", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Not a regression. Occurs as far back as 2.1.4 GA. Moving out of 3.1.0", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-04-07T07:38:04.000+0000", "updated": "2013-04-07T07:38:33.000+0000" }, { "id": "247199", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Test Case\n{code}\nTitanium.UI.setBackgroundColor('#000');\n\nvar label = Ti.UI.createLabel({\n text:'Title Control'\n})\n \nvar win = Ti.UI.createWindow({\n title: 'NavItem Layout',\n modal: true,\n layout:'vertical',\n});\n\nvar b1 = Ti.UI.createButton({\n title:'Toggle Prompt'\n})\n \nvar b2 = Ti.UI.createButton({\n title:'Toggle Control'\n})\n\nwin.add(b1);\nwin.add(b2);\n\nshowPrompt = true;\nb1.addEventListener('click',function(){\n win.titlePrompt = (showPrompt == true)?'Title Prompt':null;\n showPrompt = ! showPrompt;\n})\nshowControl = true;\nb2.addEventListener('click',function(){\n win.titleControl = (showControl == true)?label:null;\n showControl = ! showControl;\n})\n\n\nwin.open(); \n{code}", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-04-11T22:51:40.000+0000", "updated": "2013-04-11T22:51:40.000+0000" }, { "id": "247202", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending \r\nhttps://github.com/appcelerator/titanium_mobile/pull/4149", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-04-11T22:56:04.000+0000", "updated": "2013-04-11T22:56:04.000+0000" }, { "id": "264027", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and verified fix with:\nAppcelerator Studio, build: 3.1.2.201307261628\nTitanium SDK, build: 3.1.2.v20130730094858\niPhone5 iOS7\niPad4 iOS7\n\nKitchensink, version:3.1.1.GA\n\nIf using the test case from comments above and iOS7, the background color should be changed.", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-30T21:50:10.000+0000", "updated": "2013-07-30T21:50:10.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }