{ "id": "176294", "key": "TIMOB-28543", "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": "21249", "name": "Release 10.2.0", "archived": false, "released": false } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2021-10-06T09:41:37.000+0000", "created": "2021-10-01T10:08:47.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "21201", "description": "", "name": "Release 10.1.0", "archived": false, "released": true, "releaseDate": "2021-09-28" }, { "id": "21243", "description": "", "name": "Release 10.0.2", "archived": false, "released": true, "releaseDate": "2021-08-10" } ], "issuelinks": [], "assignee": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "updated": "2021-10-06T09:41: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": "h5.Description\r\n\r\nWhen creating TableViewRow on iOS and specifying {{backgroundImage}} and warning is logged for {{selectedBackgroundGradient}}\r\n\r\n{code}\r\nconst win = Ti.UI.createWindow();\r\nconst row = Ti.UI.createTableViewRow({ backgroundImage: 'doesnt-need-to-exist.png' });\r\nwin.add(Ti.UI.createTableView({ data: [ row ] }));\r\nwin.open();\r\n{code}\r\n\r\nh5.Steps to reproduce\r\n\r\n1. Add the code above to an existing app.js\r\n2. Build for ios\r\n\r\nh5.Actual\r\n\r\nWarning log stating {{selectedBackgroundGradient}} is deprecated\r\n\r\nh5.Expected no warning log", "attachment": [], "flagged": false, "summary": "iOS: selectedBackgroundGradient deprecation warning is logged even when not using it", "creator": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "subtasks": [], "reporter": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "environment": null, "comment": { "comments": [ { "id": "459071", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Community PR: https://github.com/appcelerator/titanium_mobile/pull/13092", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2021-10-01T10:09:03.000+0000", "updated": "2021-10-01T10:09:03.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }