{ "id": "81457", "key": "TIMOB-5724", "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": "12081", "description": "", "name": "Sprint 2011-41", "archived": true, "released": true, "releaseDate": "2011-10-17" }, { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-10-12T13:59:55.000+0000", "created": "2011-10-12T12:05:25.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "module_label", "qe-testadded" ], "versions": [], "issuelinks": [], "assignee": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:44:23.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": "Use the following app.js to reproduce:\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({ backgroundColor:'#fff' });\r\nvar msg = {\r\ncontainer: Ti.UI.createView({ bottom:10, width:220, height:130, opacity:0.0}),\r\none: Ti.UI.createLabel({ text:'1 opacity', textAlign:'center', font:{fontFamily:'Helvetica Neue', fontWeight:'bold', fontSize:12}, color:'#333', opacity:1.0 }),\r\ntwo: Ti.UI.createLabel({ top:0, height:32, text:'0.1 opacity', textAlign:'center', font:{fontFamily:'Helvetica Neue', fontWeight:'bold', fontSize:12}, color:'#333', opacity:0.1 }),\r\nthree: Ti.UI.createLabel({ bottom:0, height:30, text:'0.0 opacity', font:{fontFamily:'Helvetica Neue', fontSize:10}, color:'#333', opacity:0.0 })\r\n};\r\n\r\nmsg.container.add(msg.one);\r\nmsg.container.add(msg.two);\r\nmsg.container.add(msg.three);\r\n\r\nwin.add(msg.container);\r\nwin.open();\r\n{code}\r\n\r\nThis should display text with opacity of 1, .1, and 0. (The one with 0 opacity should be invisible)", "attachment": [], "flagged": false, "summary": "Opacity does not work for labels", "creator": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "169031", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Review, test, and merge.", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-12T13:59:55.000+0000", "updated": "2011-10-12T13:59:55.000+0000" }, { "id": "176946", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Added component", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-21T15:39:59.000+0000", "updated": "2011-12-21T15:39:59.000+0000" }, { "id": "176950", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed with SDK: 1.8.0.1.v20111220190134 on Galaxy tab 10.1 (v8) and LG Slate (rhino). Opening parity bug for iOS.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-21T15:45:04.000+0000", "updated": "2011-12-21T15:45:04.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }