{ "id": "97576", "key": "TIMOB-10022", "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": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-06-05T23:14:44.000+0000", "created": "2012-07-18T11:44:48.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "core" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "13270", "description": "Release 1.8 Service Pack 3 (CI for 1_8_X)", "name": "Release 1.8.3", "archived": true, "released": false } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-05T23:14:44.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": "If a lightweight window has a view on it which has a backgroundColor specified, sometimes that whole window's background will become transparent and show the window below it. Sample app.js:\r\n\r\n{code:title=app.js}\r\nvar win = Ti.UI.createWindow({\r\n\texitOnClose: true,\r\n\tbackgroundColor: \"blue\"\r\n});\r\n\r\nwin.addEventListener(\"click\", function() {\r\n\tvar w = Ti.UI.createWindow({\r\n\t\tbackgroundColor: \"white\"\r\n\t});\r\n\tw.add(Ti.UI.createLabel({\r\n\t\tbottom: \"5dp\", backgroundColor: \"red\",\r\n\t\tcolor: \"yellow\", left: \"0dp\", right: \"0dp\",\r\n\t\ttitle: \"I am a label on the second window\"\r\n\t}));\r\n\r\n\tw.addEventListener(\"click\", function() {w.close();});\r\n\tw.open();\r\n});\r\n\r\nwin.add(Ti.UI.createLabel({\r\n\ttext: \"I am a label on the first window\"\r\n}));\r\n\r\nwin.open();\r\n{code}\r\n\r\n* Run the app on 3.1 or 3.2 Honeycomb.\r\n\r\n* Tap the window to open the second window.\r\n\r\n* In the failcase, the first window will still show through (in addition to the label on the second window.)\r\n\r\nAs of this time, 2.4% of Android users are using Honeycomb, and this failcase is fairly specific and easily worked around (use a heavy window). I think it's low priority.", "attachment": [], "flagged": false, "summary": "Android: Unwanted transparent background on lightweight window in some cases only under Honeycomb (not ICS or greater, not Gingerbread or lower)", "creator": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "environment": "Observed only on Android Honeycomb, not pre-honeycomb and not post-honeycomb. Specifically, a G-Slate running 3.1 and a Galaxy Tab 10.1 running 3.2. Titanium 1.8.2 was earliest tested, up to the current master (2.2.0). Desktop OS is irrelevant.", "comment": { "comments": [ { "id": "421058", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed and lack of progress since early 2012.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-05T23:14:44.000+0000", "updated": "2017-06-05T23:14:44.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }