{ "id": "76312", "key": "TIMOB-4385", "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-05-28T20:23:18.000+0000", "created": "2011-06-13T16:30:17.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "default", "layout", "tbs-1.8.0", "ui", "undefined", "zindex" ], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T21:10:35.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": [], "description": "*Steps to reproduce*\r\nRun test case below, or 1105 from http://wiki.appcelerator.org/display/tp/UI+Composite+Layout+Behavior+Test+Case\r\n\r\n*Actual result*\r\nzIndex Value: undefined\r\n\r\n*Expected result*\r\nzIndex Value should be 0\r\n\r\n*Test case*\r\n{code:javascript}var win = Ti.UI.createWindow();\r\nwin.backgroundColor = 'white';\r\n\r\nvar view = Ti.UI.createView();\r\n\r\nvar label = Ti.UI.createLabel({\r\n\ttext : 'zIndex Value: ' + view.zIndex + ' Pass if it is undefined',\r\n\ttop : 20,\r\n\tleft : 10,\r\n\theight : Ti.UI.SIZE,\r\n\twidth : Ti.UI.SIZE,\r\n\tcolor : 'black'\r\n});\r\n\r\nwin.add(view);\r\nwin.add(label);\r\nwin.open();{code}", "attachment": [], "flagged": false, "summary": "Android: zIndex default value is undefined", "creator": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium 1.7.0.64155ee with Emulator 2.1 ", "comment": { "comments": [ { "id": "254372", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The test states that returning \"undefined\" is expected behavior.\r\n\r\nResolving as invalid.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-28T20:23:18.000+0000", "updated": "2013-05-28T20:23:18.000+0000" }, { "id": "414417", "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-21T21:10:35.000+0000", "updated": "2017-03-21T21:10:35.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }