{ "id": "86619", "key": "TIMOB-8501", "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2017-07-20T18:56:17.000+0000", "created": "2012-02-16T13:32:46.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" }, { "id": "13070", "description": "Release 1.8 Service Pack 2", "name": "Release 1.8.2", "archived": true, "released": true, "releaseDate": "2012-02-29" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [ { "id": "15246", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "82930", "key": "TIMOB-7704", "fields": { "summary": "iOS: UI - SearchBar in Ti.UI.iPad.Popover shows incorrect barColor", "status": { "description": "This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.", "name": "Reopened", "id": "4", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "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": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-20T18:56:17.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": "h2. Problem\r\n\r\nWhen I add a search bar to an iPad popover's title bar, the search bar does not match the popover's style. If I set the search bar's barColor to \"transparent\", the barColor becomes black instead of transparent.\r\n\r\nh2. Test case\r\n{code:lang=javascript|title=app.js}\r\nTi.UI.setBackgroundColor(\"#FFF\");\r\nvar window = Ti.UI.createWindow();\r\n\r\nvar button = Ti.UI.createButton({\r\n\theight: 40,\r\n\ttitle: \"Show popover\",\r\n\twidth: 200\r\n});\r\n\r\nbutton.addEventListener(\"click\", function() {\r\n\tvar popover = Ti.UI.iPad.createPopover({\r\n\t\theight: 500,\r\n\t\twidth: 200\r\n\t});\r\n\r\n\tvar searchBar = Ti.UI.createSearchBar({\r\n\t\t// barColor: \"transparent\",\r\n\t\theight: 30,\r\n\t\twidth: 130\r\n\t});\r\n\tpopover.setLeftNavButton(searchBar);\r\n\r\n\tpopover.show({\r\n\t\tview: button\r\n\t});\r\n});\r\n\r\nwindow.add(button);\r\nwindow.open();\r\n{code}\r\n\r\nThis ticket is a duplicate of TC-424. I was asked to reopen that ticket but can't find a way to do so. (Do community members have permission to reopen tickets? I couldn't find the button.)", "attachment": [ { "id": "25807", "filename": "bar_color_not_set.png", "author": { "name": "csiegert", "key": "csiegert", "displayName": "Christian Siegert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-02-16T13:32:47.000+0000", "size": 10405, "mimeType": "image/png" }, { "id": "25808", "filename": "bar_color_transparent.png", "author": { "name": "csiegert", "key": "csiegert", "displayName": "Christian Siegert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-02-16T13:32:47.000+0000", "size": 10975, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: UI - SearchBar in Ti.UI.iPad.Popover shows incorrect barColor", "creator": { "name": "csiegert", "key": "csiegert", "displayName": "Christian Siegert", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "csiegert", "key": "csiegert", "displayName": "Christian Siegert", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "* Mac OS X 10.7.2\r\n* Titanium Studio 1.0.8.201201262211\r\n* Titanium Mobile 1.8.1 (Release)\r\n* iPad 2 (iOS 5.0.1), iPad Simulator\r\n* iOS SDK 5.0", "comment": { "comments": [ { "id": "245154", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces \n\nTested with\n\nTitanium Studio, build: 3.0.1.201212181159\nTitanium SDK version: 3.1.0 \nTitanium SDK version: 3.0.2 \niOS iPad Simulator: iOS SDK version: 6.0", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-02T11:12:36.000+0000", "updated": "2013-04-02T11:12:36.000+0000" }, { "id": "424468", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Duplicate of TIMOB-7704.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-07-20T18:56:17.000+0000", "updated": "2017-07-20T18:56:17.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }