{ "id": "111492", "key": "TIMOB-13147", "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-03-25T17:03:47.000+0000", "created": "2013-03-21T14:58:34.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "parity", "supportTeam" ], "versions": [ { "id": "14613", "description": "Release 2.1.4", "name": "Release 2.1.4", "archived": true, "released": true, "releaseDate": "2012-11-12" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-22T20:54:40.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": "h4. Description\r\n\r\nWhen setting zIndex on a window in iOS it does not work. The window set with a lower zIndex still appears above if it is opened after.\r\n\r\nIn Android it works as expected.\r\n\r\nh4. Code to reproduce\r\n\r\n{code}\r\n\r\nvar win_red = Ti.UI.createWindow({\r\n backgroundColor: '#f00',\r\n left:10,\r\n top:10,\r\n width:200,\r\n height:300,\r\n\r\n zIndex:20\r\n\r\n});\r\n\r\nvar win_green = Ti.UI.createWindow({\r\n backgroundColor: '#0f0',\r\n left:110,\r\n top:110,\r\n width:200,\r\n height:300,\r\n\r\n zIndex:10\r\n\r\n});\r\n\r\nwin_red.open();\r\nwin_green.open();\r\n{code}\r\n\r\n", "attachment": [], "flagged": false, "summary": "iOS: Window zIndex does not work", "creator": { "name": "btran", "key": "btran", "displayName": "Betty Tran", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "btran", "key": "btran", "displayName": "Betty Tran", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iOS 5, 6\r\nTested on Ti SDK 2.1.4GA, 3.0.0GA, 3.0.2GA", "comment": { "comments": [ { "id": "243934", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "zIndex does not apply to top level containers.", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-03-25T17:03:47.000+0000", "updated": "2013-03-25T17:03:47.000+0000" }, { "id": "414935", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid with reference to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-22T20:54:40.000+0000", "updated": "2017-03-22T20:54:40.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }