{ "id": "120598", "key": "TIMOB-15371", "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": "2013-10-01T19:53:35.000+0000", "created": "2013-09-30T01:19:18.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "triage" ], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [ { "id": "32259", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "114033", "key": "TIMOB-13796", "fields": { "summary": "Android: Implement new window architecture", "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": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-17T17:56:56.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": "h1. Problem\r\nOn 3.1.3.GA, I can stack windows on Android, just how I can on iOS. But on master, the last window opened ignores all positioning, and is surrounded by a black background. It works on iOS. Attached are screenshots.\r\n\r\nh2. Reproduction\r\n{code}var win = Ti.UI.createWindow({\r\n\tbackgroundColor: '#fff'\r\n});\r\nwin.addEventListener('click', function(evt) {\r\n\talert('1');\r\n});\r\nwin.open();\r\n\r\nvar win2 = Ti.UI.createWindow({\r\n\tbackgroundColor: '#0f0',\r\n\ttop: 20, left: 20,\r\n\twidth: 100, height: 100\r\n});\r\nwin2.addEventListener('click', function(evt) {\r\n\talert('2');\r\n});\r\nwin2.open();{code}", "attachment": [ { "id": "42831", "filename": "android.3.1.3.GA.png", "author": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "created": "2013-09-30T01:19:18.000+0000", "size": 20479, "mimeType": "image/png" }, { "id": "42832", "filename": "android.master.png", "author": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "created": "2013-09-30T01:19:18.000+0000", "size": 21144, "mimeType": "image/png" }, { "id": "42833", "filename": "ios.3.1.3.GA.png", "author": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "created": "2013-09-30T01:19:18.000+0000", "size": 11186, "mimeType": "image/png" }, { "id": "42834", "filename": "ios.master.png", "author": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "created": "2013-09-30T01:19:18.000+0000", "size": 11186, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: Unable to overlay multiple lightweight windows", "creator": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "environment": "Master: f5a92d68464148a1f30019a04b0b590e67cadda2", "comment": { "comments": [ { "id": "273334", "author": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "body": "Latest from 3_1_x works too, by the way. It just appears to be in master that I'm seeing this.", "updateAuthor": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "created": "2013-09-30T01:26:11.000+0000", "updated": "2013-09-30T01:26:11.000+0000" }, { "id": "273523", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "In the master branch (3.2.0), we deprecate the lightweight windows. If the developers want to use lightweight windows in 3.2.0, they have to enable the property \"ti.android.useLegacyWindow\" in the tiapp.xml:\n{code}\ntrue\n{code}\nPlease refer to TIMOB-13796 for details.\nIn the above test case, the two windows are LW windows so \"ti.android.useLegacyWindow\" need to be enabled when testing for 3.2.0.\nResolve the ticket as Invalid.", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-01T19:51:46.000+0000", "updated": "2013-10-01T19:51:46.000+0000" }, { "id": "413510", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-17T17:56:56.000+0000", "updated": "2017-03-17T17:56:56.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }