{ "id": "63030", "key": "TIMOB-2398", "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": "11230", "name": "Release 1.5.0 M05", "archived": true, "released": true, "releaseDate": "2010-12-13" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:58:59.000+0000", "created": "2011-04-15T03:18:39.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "gradient", "rplist", "testneeded" ], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:58:59.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": "{html}
There is a bug in the 1.5 build only where a gradient will cover\nup any child elements.
\nTicket: http://developer.appcelerator.com/helpdesk/view/55911
\nMy Example code: http://pastie.org/1318202
\nScreenshot: http://screencast.com/t/LoOuSFWdC0C
Also, the customer is using a radial gradient but it happens\nwith a linear gradient as well. It doesn't just happen with images\neither, here's an example of a label being masked by the gradient:\nhttp://screencast.com/t/Fdr8qMYH1
STeve, if you could give me a feel for risk, scope, to discuss\ntomorrow...
(from [8f4eea3ba2d8d7b9e00c6607e04adacfc1cc0208])\n[#2398 state:fixed-in-qa] Force gradient layer to\nbackground when adding subviews. \nhttps://github.com/appcelerator/titanium_mobile/commit/8f4eea3ba2d8...
Tested code from pastie.org against todays release of 1.5 and it\nworks fine.
\nYou can see the problem with older versions.
\nFixed.
Fixed