{ "id": "93787", "key": "TIMOB-9786", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13418", "description": "Sprint 2012-13 Core", "name": "Sprint 2012-13 Core", "archived": true, "released": true, "releaseDate": "2012-07-01" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-07-03T04:10:51.000+0000", "created": "2012-06-25T04:46:14.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "core", "module_webview", "qe-ios060112", "qe-testadded", "regression" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" } ], "issuelinks": [ { "id": "18023", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "92620", "key": "TIMOB-9330", "fields": { "summary": "iOS: iPad: webView.width = Ti.UI.FILL not being honored", "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": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-07-03T16:11:06.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": "Webview does not display correctly after first orientation change of the device.\r\nThis is regression. This issue does not occur on 2.0.2 GA\r\n\r\nSteps to reproduce:\r\n1. Create an app using the code below.\r\n2. Launch the app in portrait mode. Let the webpage load.\r\n3. Change the orientation to landscape.\r\n\r\nActual:\r\nThe display of the screen gets distorted. (eg. On appcelerator home page, white background of the lower half screen turns to black on right half)\r\n\r\nExpected:\r\nThe display of the screen should remain same on orientation change.\r\n\r\n{code}\r\n\r\nTitanium.UI.setBackgroundColor('#000');\r\n\r\nvar win = Titanium.UI.createWindow({ \r\n title:'Tab 1',\r\n backgroundColor:'#fff'\r\n});\r\n\r\nvar webview1 = Ti.UI.createWebView({\r\n\t\t\turl : 'http://www.appcelerator.com'\r\n\t\t});\r\nwin.add(webview1);\r\n\r\nwin.open();\r\n\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: WebView - Webview does not display correctly after first orientation change.", "creator": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK: 2.1.0.v20120622174154\r\nTitanium Studio, build: 2.1.0.201206221045\r\nDevice: ipad3(v 5.1)\r\nOS: osx 10.7.3", "comment": { "comments": [ { "id": "200022", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "COnfirmed this is occurring. Looks like a CSS problem. This does not occur with Safari loading the same URL.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-25T09:55:16.000+0000", "updated": "2012-06-25T09:55:16.000+0000" }, { "id": "200045", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Regression caused due to fix for TIMOB-9330\r\nNote to QE. \r\nWhen the fix for this ticket is tested make sure it does not regress TIMOB-9330 (unless we mark it as unresolved).", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-06-25T10:58:44.000+0000", "updated": "2012-06-25T10:58:44.000+0000" }, { "id": "200046", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "TIMOB-9330 caused this regression", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-06-25T10:59:22.000+0000", "updated": "2012-06-25T10:59:22.000+0000" }, { "id": "200048", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Caused by fix to TIMOB-9330 (74635c0f7050e570cd9f8e3221b089ff52ff3937)", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-25T11:00:44.000+0000", "updated": "2012-06-25T11:00:44.000+0000" }, { "id": "200126", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Pull merged", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-25T13:54:02.000+0000", "updated": "2012-06-25T13:54:02.000+0000" }, { "id": "200344", "author": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as fixed. Tested and verified with:\r\nTitanium Studio, build: 2.1.0.201206251749\r\nTitanium SDK: 2.1.0.v20120626104306", "updateAuthor": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-26T11:23:03.000+0000", "updated": "2012-06-26T11:23:03.000+0000" }, { "id": "201314", "author": { "name": "nchhabra", "key": "nchhabra", "displayName": "Neha Chhabra", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Reopening to update labels.", "updateAuthor": { "name": "nchhabra", "key": "nchhabra", "displayName": "Neha Chhabra", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2012-07-03T04:10:07.000+0000", "updated": "2012-07-03T04:10:07.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }