{ "id": "97951", "key": "TIMOB-10125", "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": "14137", "description": "Release 2.1.3", "name": "Release 2.1.3", "archived": true, "released": true, "releaseDate": "2012-10-03" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14126", "description": "Sprint 2012-19 Core", "name": "Sprint 2012-19 Core", "archived": true, "released": true, "releaseDate": "2012-09-24" }, { "id": "14271", "description": "2012 Sprint 19", "name": "2012 Sprint 19", "archived": true, "released": true, "releaseDate": "2012-09-24" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-09-24T20:07:13.000+0000", "created": "2012-07-25T01:27:06.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "core", "layout", "qe-and070112", "qe-review", "qe-testadded", "regression" ], "versions": [ { "id": "13572", "description": "Release 2.1.1", "name": "Release 2.1.1", "archived": true, "released": true, "releaseDate": "2012-07-31" } ], "issuelinks": [ { "id": "20748", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "98181", "key": "TIMOB-10205", "fields": { "summary": "Android: Window Properties - Click on toggle height width button gives flickering effect.", "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": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-09-24T20:07:13.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "This is a regression. It is working fine in 2.1.0.\r\n\r\nSteps to reproduce:\r\n1) Install the refactored kitchen sink on android device and run it.\r\n2) Go to Base UI -> Window Properties\r\n3) Press button 'Toggle Height/Width' twice.\r\n4) Now press 'Change BG Image'.\r\n5) Again press 'Toggle Height/Width'.\r\n6) Press 'Change BG Image'.\r\n\r\nExpected result:\r\n1) The app should run successfully over device.\r\n2) It should display 5 buttons to perform window actions.\r\n3) It should resize the window to a smaller size (300*300) and then again to full screen size with a black background.\r\n4) It should change the background image of the window.\r\n5) It will resize the window to a smaller size (300*300) and should change background to black.\r\n6) It should change the background image of the window.\r\n\r\nActual result:\r\n1) The app should run successfully over device.\r\n2) It displays 5 buttons to perform window actions.\r\n3) It resizes the window to a smaller size (300*300) and then again to full screen size with a black background.\r\n4) It changes the background image of the window.\r\n5) It resizes the window to a smaller size (300*300) and changes background to black.\r\n6) It DO NOT changes the background image of the window.\r\n\r\nThe background image should change after window resizing.", "attachment": [], "flagged": false, "summary": "Android: Window properties:Background image is not setting up after height/width toggling.", "creator": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Tested with Titanium SDK: 2.1.1.v20120723131610\r\nTested with Titanium  Studio: 2.1.1.201207171343\r\nDevice - Samsung Galaxy Nexus\tAndroid 4.0.2\r\nMachine OS - MAC 10.7.3", "comment": { "comments": [ { "id": "211078", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This doesnot seem like a KitchenSink issue and rather an android bug. \r\n\r\nIt seems like once you set a window background and then change the height and width of the window, the BGimage is ignored after the resize. This doesnot occure in MobileWeb or iOS.\r\n\r\nSmaller Test case can found [here|http://db.tt/OtEKCec0]\r\n\r\nChanging ticket to Android layout bug.", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-01T14:07:52.000+0000", "updated": "2012-08-01T14:07:52.000+0000" }, { "id": "218831", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This was introduced by https://github.com/appcelerator/titanium_mobile/pull/2553, will revert the fix since it wasn't necessary.", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-13T10:59:53.000+0000", "updated": "2012-09-13T10:59:53.000+0000" }, { "id": "218835", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR ready: https://github.com/appcelerator/titanium_mobile/pull/2935", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-13T11:08:22.000+0000", "updated": "2012-09-13T11:08:22.000+0000" }, { "id": "219103", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Backport PR: https://github.com/appcelerator/titanium_mobile/pull/2957", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-14T16:06:58.000+0000", "updated": "2012-09-14T16:06:58.000+0000" }, { "id": "219220", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified on:\r\nTitanium Studio: 2.1.2.201208301612\r\nTitanium SDK: 2.1.3.v20120915120319\r\nAndroid Device: LGP970 (v2.2), Samsung Galaxy Nexus (v4.0.2)", "updateAuthor": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-17T00:20:31.000+0000", "updated": "2012-09-17T00:20:31.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }