{ "id": "120127", "key": "TIMOB-15294", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "11258", "description": "Holding Pen for Triaged Issues", "name": "Backlog", "archived": false, "released": false } ], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2013-11-12T22:57:17.000+0000", "created": "2013-09-18T02:10:32.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "dev-investigate", "ios7", "triage" ], "versions": [ { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" } ], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-22T17:29:14.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": "Windows, Toolbar, etc all support it but not Popovers.\r\n\r\nTest case:\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar button = Ti.UI.createButton({title: 'Open Popover!'});\r\nbutton.addEventListener('click', function(e){\r\n popover.show({ view: button });\r\n});\r\nwin.add(button);\r\n\r\nvar view = Ti.UI.createView({backgroundColor: 'green'});\r\nview.add(Ti.UI.createLabel({text: \"It's not easy being green.\"}));\r\n\r\nvar rightButton = Ti.UI.createButton({title: 'Robin'});\r\nrightButton.addEventListener('click', function(e){\r\n alert(\"But green's the color of spring.\");\r\n});\r\n\r\nvar popover = Ti.UI.iPad.createPopover({\r\n width: 250,\r\n height: 100,\r\n title: 'Kermit',\r\n tintColor: 'white',\r\n rightNavButton: rightButton\r\n});\r\npopover.add(view);\r\n\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS7: Support navTintColor for Titanium.UI.iPad.Popover", "creator": { "name": "dbankier", "key": "dbankier", "displayName": "David Bankier", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "environment": "Ti SDK 3.1.3.v20130908095038", "comment": { "comments": [ { "id": "274206", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This will become a \"Won't Fix\"", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-08T18:25:15.000+0000", "updated": "2013-10-08T18:25:15.000+0000" }, { "id": "279240", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Use contentView property set to Ti.UI.iOS.NavigationWindow and control navigation bar customizations from there", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-11-12T22:57:17.000+0000", "updated": "2013-11-12T22:57:17.000+0000" }, { "id": "280432", "author": { "name": "dbankier", "key": "dbankier", "displayName": "David Bankier", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Can you share sample code for the work around?\r\nAlso it seems a long winded solution just to change the tint color.", "updateAuthor": { "name": "dbankier", "key": "dbankier", "displayName": "David Bankier", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-20T23:49:08.000+0000", "updated": "2013-11-20T23:49:08.000+0000" }, { "id": "414797", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue will not fix and with reference to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-22T17:29:14.000+0000", "updated": "2017-03-22T17:29:14.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }