{ "id": "64275", "key": "TIMOB-3611", "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": "10100", "description": "This issue won't be actioned.", "name": "Won't Do" }, "resolutiondate": "2020-01-09T19:02:29.000+0000", "created": "2011-04-18T12:29:23.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "reprod", "supportTeam" ], "versions": [ { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-01-09T19:02: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": "The selectionStyle property of the tableViewRow is set to 'none' so that the row remains static in response to user touch.\r\n\r\nHowever, when clicked and hold on the row the background gradient disappears. A quick click does not trigger the behavior.\r\n\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow();\r\nvar table = Ti.UI.createTableView();\r\nvar row = Ti.UI.createTableViewRow({\r\n\tbackgroundColor: '#F00',\r\n\tbackgroundGradient: {\r\n\t\ttype:'linear',\r\n\t\tcolors:['#FFF','#000'],\r\n\t\tstartPoint:{x:0,y:'0%'},\r\n\t\tendPoint:{x:0,y:'100%'}\r\n\t}, \r\n\tselectionStyle: 'none',\r\n\theight: 100\r\n});\r\n\r\ntable.appendRow(row);\r\nwin.add(table);\r\nwin.open();\r\n{code}\r\n\r\nHelpdesk Ticket:\r\n\r\nhttp://support.appcelerator.com/tickets/UGP-86972-985/homepage", "attachment": [], "flagged": false, "summary": "iOS: TableViewRow backgroundGradient disappears when clicked and held", "creator": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "MacBook Pro OSX Version 10.9\r\nTitanium SDK 3.2.0GA \r\niOS -Simulator -iphone Retina 3.5 inch/ios 7.0.3\r\nTitanium Studio, build: 3.2.0.201312191547\r\nTi CLI 3.2.0", "comment": { "comments": [ { "id": "170979", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Bug is still valid, occurs in: \r\nTiMOB: 1.8.0.v20111028154620 \r\nStudio: 1.0.6.201110251616 \r\nOS: Mac OS X Lion \r\nDevices tested on: iPhone 5.0, iPod 4.3.5, iPad 4.3.5 \r\n\r\nNote: When gradient disappeared, it was replaced by solid red. Gradient re-appeared on touch exit.", "updateAuthor": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-31T16:42:29.000+0000", "updated": "2011-10-31T16:42:29.000+0000" }, { "id": "195088", "author": { "name": "vjoshi", "key": "vjoshi", "displayName": "Varun Joshi", "active": true, "timeZone": "America/New_York" }, "body": "Issue still exists.", "updateAuthor": { "name": "vjoshi", "key": "vjoshi", "displayName": "Varun Joshi", "active": true, "timeZone": "America/New_York" }, "created": "2012-05-16T15:26:42.000+0000", "updated": "2012-05-16T15:26:42.000+0000" }, { "id": "250771", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "It works fine when comment out the line colors:['#FFF','#000'], and it seems that its expected behavior.", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-08T11:36:18.000+0000", "updated": "2013-05-08T11:36:18.000+0000" }, { "id": "421656", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I have been able to reproduce this issue with the following environment; \r\niPhone 7 (10.2) \r\nMacOS 10.11.6 (15G31)\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1.v20170609091155\r\nAppc NPM 4.2.9\r\nAppc CLI 6.2.1\r\nTi CLI 5.0.13\r\nAlloy 1.9.11\r\nArrow 2.0.0\r\nXcode 8.2 (8C38)\r\nNode v4.8.2\r\nJava 1.8.0_131", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-09T17:37:35.000+0000", "updated": "2017-06-09T17:37:35.000+0000" }, { "id": "453554", "author": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "It has been decided that this issue should be closed as “Won’t do.” This issue is out of date with our current supported SDK release (7.5.2.GA as of the date of closure), and out of date with mobile OS versions. Updating, or creating code may not reproduce the issue reported, or be a valid test case.\r\n\r\nIf community members feel that the issue is still valid, please create a new ticket. Please reference this closed ticket number, include SDK used, comments, and code that demonstrates/reproduces the issue.", "updateAuthor": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-01-09T19:02:29.000+0000", "updated": "2020-01-09T19:02:29.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }