{ "id": "103007", "key": "TIMOB-11335", "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": "14161", "description": "Release 3.0.1", "name": "Release 3.0.1", "archived": true, "released": true, "releaseDate": "2013-02-19" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14811", "description": "2013 Sprint 01 API", "name": "2013 Sprint 01 API", "archived": true, "released": true, "releaseDate": "2013-01-14" }, { "id": "14804", "description": "2013 Sprint 01", "name": "2013 Sprint 01", "archived": true, "released": true, "releaseDate": "2013-01-14" }, { "id": "13270", "description": "Release 1.8 Service Pack 3 (CI for 1_8_X)", "name": "Release 1.8.3", "archived": true, "released": false } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-01-07T10:37:15.000+0000", "created": "2012-10-09T23:17:26.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "api", "module_tableview", "qe-review", "qe-testadded", "triage" ], "versions": [ { "id": "13273", "description": "Release 2.0.2", "name": "Release 2.0.2", "archived": false, "released": true, "releaseDate": "2012-05-31" }, { "id": "14096", "description": "Release 2.1.2", "name": "Release 2.1.2", "archived": true, "released": true, "releaseDate": "2012-08-31" }, { "id": "14137", "description": "Release 2.1.3", "name": "Release 2.1.3", "archived": true, "released": true, "releaseDate": "2012-10-03" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [ { "id": "28260", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "113316", "key": "TIMOB-13661", "fields": { "summary": "iOS: Fading between backgroundGradients in tableViewRows", "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": "Low", "id": "4" }, "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-04-29T22:11:37.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": "*Expected behavior*\r\nOn touch end the selected background should fade out.\r\n\r\n*Actual behavior*\r\nOn touch end the selected background disappears instantly and there is a delay period when the title text remains in selected state.\r\n\r\n*Note*\r\nRemove the backgroundGradient property and see that the selected background fades out as expected on touch end.\r\n\r\n*Code*\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar tableview = Titanium.UI.createTableView({\r\n\tdata : [{\r\n\t\ttitle : 'Row',\r\n\t\tbackgroundGradient : {\r\n\t\t\ttype : \"linear\",\r\n\t\t\tstartPoint : {\r\n\t\t\t\tx : \"0%\",\r\n\t\t\t\ty : \"0%\"\r\n\t\t\t},\r\n\t\t\tendPoint : {\r\n\t\t\t\tx : \"0%\",\r\n\t\t\t\ty : \"100%\"\r\n\t\t\t},\r\n\t\t\tcolors : [{\r\n\t\t\t\tcolor : \"#F9F9F9\",\r\n\t\t\t\toffset : 0.0\r\n\t\t\t}, {\r\n\t\t\t\tcolor : \"#EEE\",\r\n\t\t\t\toffset : 1.0\r\n\t\t\t}]\r\n\t\t}\r\n\t}]\r\n});\r\n\r\nwin.add(tableview);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Table view row selected background doesn't fade out when backgroundGradient is set", "creator": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iOS 5.1\r\nTISDK 2.0.2 -> 3.0.0", "comment": { "comments": [ { "id": "233270", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending https://github.com/appcelerator/titanium_mobile/pull/3661", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-01-04T12:02:36.000+0000", "updated": "2013-01-04T12:02:36.000+0000" }, { "id": "233414", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "CR &FR on the PR ", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-01-07T10:37:15.000+0000", "updated": "2013-01-07T10:37:15.000+0000" }, { "id": "233551", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Backport PR https://github.com/appcelerator/titanium_mobile/pull/3671", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-01-08T10:34:18.000+0000", "updated": "2013-01-08T10:34:18.000+0000" }, { "id": "233664", "author": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified with following environment:\r\nTitanium SDK: 3.1.0.v20130108153753\r\nTitanium SDK:3.0.1.v20130108154840\r\nTitanium  Studio:3.0.1.201212181159\r\nDevice: Simulator iOS 6.0 ", "updateAuthor": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-01-09T04:50:50.000+0000", "updated": "2013-01-09T04:50:50.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }