{ "id": "119898", "key": "TIMOB-15157", "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": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2013-09-13T23:28:03.000+0000", "created": "2013-09-13T05:47:19.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "ios7", "qe-closed-3.1.3", "supportTeam", "triage" ], "versions": [ { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "id": "15479", "description": "Release 3.1.2", "name": "Release 3.1.2", "archived": true, "released": true, "releaseDate": "2013-07-31" } ], "issuelinks": [ { "id": "31864", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "119240", "key": "TIMOB-14997", "fields": { "summary": "iOS7: 'backgroundgradient' hides the text and subviews in the TableViewRow", "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": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2013-09-13T23:57:29.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": "h2. Description\r\nThe table rows are covered by the background gradient in iOS7. The row is still there though, you can still see the title text if you click on a row item. It worked on 3.1.3.v20130903160805.\r\n\r\nh2. TestCase\r\n{code}\r\n(function () {\r\n var win = Ti.UI.createWindow({\r\n layout: \"vertical\"\r\n }),\r\n t = Ti.UI.createTableView({\r\n\r\n }),\r\n r = [],\r\n i;\r\n\r\n for (i = 0; i < 10; i++) {\r\n r.push(Ti.UI.createTableViewRow({\r\n backgroundGradient : {\r\n type: \"linear\", \r\n startPoint: {x:0, y:0},\r\n endPoint: { x:32, y:0},\r\n colors: ['#444444', '#eeeeee'], \r\n backfillStart: true, \r\n backfillEnd: true \r\n },\r\n className : \"a\",\r\n title: \"item \" + i,\r\n width : Ti.UI.FILL,\r\n height : Ti.UI.SIZE\r\n }));\r\n }\r\n\r\n t.data = r;\r\n win.add(t);\r\n win.open();\r\n}());\r\n{code}", "attachment": [ { "id": "42459", "filename": "iOS Simulator Screen shot Sep 13, 2013 11.16.42 AM.png", "author": { "name": "rsharma", "key": "rsharma", "displayName": "Rupesh Sharma", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-13T05:47:19.000+0000", "size": 22356, "mimeType": "image/png" }, { "id": "42460", "filename": "iOS Simulator Screen shot Sep 13, 2013 11.16.48 AM.png", "author": { "name": "rsharma", "key": "rsharma", "displayName": "Rupesh Sharma", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-13T05:47:19.000+0000", "size": 23161, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS7:Table row background gradient covers foreground", "creator": { "name": "rsharma", "key": "rsharma", "displayName": "Rupesh Sharma", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "rsharma", "key": "rsharma", "displayName": "Rupesh Sharma", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iOS 7", "comment": { "comments": [ { "id": "271144", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as a duplicate:\nAppcelerator Studio, build: 3.1.3.201309132456\nTitanium SDK, build:3.1.3.v20130913121549\nMac OS 10.8.4\nXcode 5 \nCLI: 3.1.2\nAlloy: 1.2.2-cr\n\nDevces:\niPhone5 iOS7 GM seed\niPad3 iOS7 GM seed", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-13T23:56:48.000+0000", "updated": "2013-09-13T23:56:48.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }