{ "id": "62132", "key": "TIMOB-1500", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-07-21T16:23:46.000+0000", "created": "2011-04-15T02:54:27.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "api" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "12677", "description": "Release 1.8 Service Pack 1", "name": "Release 1.8.1", "archived": true, "released": true, "releaseDate": "2012-01-31" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [ { "id": "44019", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "141437", "key": "TIDOC-2061", "fields": { "summary": "iOS: UI.TableViewRow - opacity does not work", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-21T16:23:46.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. Problem\r\n\r\nOpacity has no effect on TableViewRow.\r\n\r\nh2. Test case\r\n\r\n{code:lang=javascript|title=app.js}\r\nvar win = Ti.UI.createWindow();\r\nvar table = Ti.UI.createTableView({\r\n backgroundColor: 'red',\r\n data: [\r\n {\r\n title: 'opacity 0.5',\r\n opacity: 0.5,\r\n backgroundColor: '#fff'\r\n },\r\n {\r\n title: 'opacity 1.0',\r\n backgroundColor: '#fff'\r\n }\r\n ]\r\n});\r\nwin.add(table);\r\nwin.open();\r\n{code}\r\n\r\nh2. Discussions\r\n\r\nQ&A: [tableviewrow opacity does not work|http://developer.appcelerator.com/question/27021/tableviewrow-opacity-does-not-work]\r\n\r\nSee duplicate TC-273 for a more recent ticket.", "attachment": [], "flagged": false, "summary": "iOS: UI.TableViewRow - opacity does not work", "creator": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "subtasks": [], "reporter": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "environment": "* Titanium Mobile 1.8.1\r\n* iOS5\r\n* iphone simulator", "comment": { "comments": [ { "id": "177759", "author": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "body": "Any updates?", "updateAuthor": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "created": "2012-01-02T06:35:52.000+0000", "updated": "2012-01-02T06:35:52.000+0000" }, { "id": "177863", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This bug requires a valid test case before we can address it.", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-01-03T11:13:32.000+0000", "updated": "2012-01-03T11:13:32.000+0000" }, { "id": "177939", "author": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "body": "h2. Test case\r\n\r\n{code:lang=javascript|title=app.js}\r\nvar win = Ti.UI.createWindow();\r\nvar table = Ti.UI.createTableView({\r\n\tbackgroundColor: 'red',\r\n\tdata: [\r\n\t\t{\r\n\t\t\ttitle: 'opacity 0.5',\r\n\t\t\topacity: 0.5,\r\n\t\t\tbackgroundColor: '#fff'\r\n\t\t},\r\n\t\t{\r\n\t\t\ttitle: 'opacity 1.0',\r\n\t\t\tbackgroundColor: '#fff'\r\n\t\t}\r\n\t]\r\n});\r\nwin.add(table);\r\nwin.open();\r\n{code}\r\n\r\nAdded test case. Please reopen.", "updateAuthor": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "created": "2012-01-04T02:01:57.000+0000", "updated": "2012-01-04T02:01:57.000+0000" }, { "id": "202027", "author": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "body": "Still an issue using Titanium SDK 2.1.0 on iOS 5.1 simulator.", "updateAuthor": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "created": "2012-07-08T07:15:09.000+0000", "updated": "2012-07-08T07:15:09.000+0000" }, { "id": "214613", "author": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "body": "Issue still reproducible on TiSDK 2.2.0v20120814103312 using the iOS simulator.", "updateAuthor": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "created": "2012-08-15T12:00:45.000+0000", "updated": "2012-08-15T12:00:45.000+0000" }, { "id": "228704", "author": { "name": "tgo", "key": "tgo", "displayName": "Thierry Godfroid", "active": true, "timeZone": "Europe/Berlin" }, "body": "Same in 2.1.3GA. Any update on when we can expect a fix ?", "updateAuthor": { "name": "tgo", "key": "tgo", "displayName": "Thierry Godfroid", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-11-27T21:36:02.000+0000", "updated": "2012-11-27T21:36:02.000+0000" }, { "id": "271733", "author": { "name": "ads", "key": "ads", "displayName": "Armindo Da Silva", "active": true, "timeZone": "America/Los_Angeles" }, "body": "unbelievable that this bug exists since about 3 years and still unresolved...", "updateAuthor": { "name": "ads", "key": "ads", "displayName": "Armindo Da Silva", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-18T13:47:52.000+0000", "updated": "2013-09-18T13:47:52.000+0000" }, { "id": "271745", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~ads] We have asked developers to move to the ListView as it is a more performant version of TableView, and we are only doing critical fixes to TableView. Is there a reason you cannot make that switch?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-18T15:23:04.000+0000", "updated": "2013-09-18T15:23:04.000+0000" }, { "id": "271753", "author": { "name": "ads", "key": "ads", "displayName": "Armindo Da Silva", "active": true, "timeZone": "America/Los_Angeles" }, "body": "too much code involved and ListView is pretty new so maybe not stable enough for this.", "updateAuthor": { "name": "ads", "key": "ads", "displayName": "Armindo Da Silva", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-18T15:50:40.000+0000", "updated": "2013-09-18T15:50:40.000+0000" }, { "id": "335865", "author": { "name": "killroyboy", "key": "killroyboy", "displayName": "Dan Wilson", "active": true, "timeZone": "America/Denver" }, "body": "At the very least, update the documentation. I just spent 2 hours trying to figure out why this isn't working. If the functionality isn't there and there is no plan to fix/implement it, remove it or add a note.", "updateAuthor": { "name": "killroyboy", "key": "killroyboy", "displayName": "Dan Wilson", "active": true, "timeZone": "America/Denver" }, "created": "2014-12-10T20:07:57.000+0000", "updated": "2014-12-10T20:07:57.000+0000" }, { "id": "424526", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This seems to have been fixed in TIDOC-2061. Any problems, please re-open.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-07-21T16:23:46.000+0000", "updated": "2017-07-21T16:23:46.000+0000" } ], "maxResults": 12, "total": 12, "startAt": 0 } } }