{ "id": "159482", "key": "TIMOB-23190", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "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": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-04-11T22:46:15.000+0000", "created": "2016-04-11T22:23:59.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "ios", "optionaDialog", "qe-5.4.0", "tintColor" ], "versions": [], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2016-06-10T17:22:41.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": "iOS offers a way to tint the OptionDialog. Since its not inherited by a normal UIView, the default tintColor is always used and the {{tintColor}} property is ignored. That should be changed in both code and docs.", "attachment": [ { "id": "58902", "filename": "Simulator Screen Shot 12.04.2016, 00.27.44.png", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-11T22:29:05.000+0000", "size": 35794, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Support Ti.UI.OptionDialog property \"tintColor\"", "creator": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "closedSprints": [ { "id": 618, "state": "closed", "name": "2016 Sprint 08 SDK", "startDate": "2016-04-09T00:30:18.262Z", "endDate": "2016-04-23T00:30:00.000Z", "completeDate": "2016-04-25T02:38:28.511Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "382370", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/7934\r\n\r\nDemo:\r\n{code:javascript}\r\n \r\nvar index = Ti.UI.createWindow({backgroundColor: \"white\"});\r\nvar options = Ti.UI.createOptionDialog({\r\n options: [\"Cancel\",\"Test 1\",\"Test 2\",\"Test 3\"],\r\n cancel: 0,\r\n tintColor: \"red\"\r\n});\r\noptions.show();\r\nindex.open();\r\n{code}", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-11T22:28:09.000+0000", "updated": "2016-04-11T22:28:09.000+0000" }, { "id": "388065", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed, Ti.UI.OptionDialog now supports tintColor.\r\n\r\nTested On:\r\niPhone 6S (9.3.2) Device & iPhone 6 Plus (8.3) Device\r\nMac OSX El Capitan 10.11.5 \r\nTi SDK: 5.4.0.v20160608165242\r\nAppc Studio: 4.6.0.201605201934\r\nAppc NPM: 4.2.7-2\r\nApp CLI: 5.4.0-15\r\nXcode 7.3\r\nNode v4.2.6\r\n\r\n*Closing ticket.*", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-06-10T17:21:31.000+0000", "updated": "2016-06-10T17:21:31.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }